.debug-nKnJK {
    position: relative
}

.debug__container-sCiUf {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10000;
    display: flex;
    border-radius: 3px;
    background-color: #910a2d;
    color: #fff;
    line-height: 1;
    opacity: .5
}

.debug__info-1mR5l {
    display: none
}

.debug__label-131Mm {
    padding: 4px;
    font-size: 14px;
    cursor: pointer
}

.debug__cta-x-Py4 {
    padding: 8px 20px;
    border-radius: 3px;
    background-color: #fff;
    color: #000
}

.debug__anchor-3tBPa {
    position: relative;
    margin-left: 5px;
    color: #fff
}

.debug__anchor-3tBPa:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: transform .2s ease-in-out
}

.debug__anchor-3tBPa:hover:before {
    transform: translateY(-2px)
}

.debug-nKnJK:hover .debug__container-sCiUf {
    z-index: 10001;
    width: max-content;
    height: max-content;
    max-width: 80vw;
    max-height: 80vh;
    border-radius: 3px;
    opacity: 1
}

.debug-nKnJK:hover .debug__label-131Mm {
    display: none
}

.debug-nKnJK:hover .debug__info-1mR5l {
    display: flex;
    flex-direction: column;
    padding: 8px 14px;
    gap: 10px
}

.debug-nKnJK:hover+* {
    border: 2px solid #910a2d
}

.debug-nKnJK:has(+:hover) .debug__container-sCiUf {
    opacity: 1
}

.debug-search-panel-1VI3_ {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10002
}

.debug-search-panel__wrapper-CRfuN {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 400px;
    max-width: 100vw;
    border-top-left-radius: 4px;
    background-color: #d5d5d5;
    color: #000
}

.debug-search-panel__icon-1xdI2 {
    position: absolute;
    top: 1px;
    left: 50%;
    display: block;
    width: 16px;
    height: 16px;
    transform: translateX(-50%) rotate(180deg);
    cursor: pointer;
    stroke-width: 1px
}

.debug-search-panel__icon-1xdI2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    width: 18px;
    height: 18px;
    background-color: #d5d5d5;
    transform: translate(-50%) rotate(45deg)
}

.debug-search-panel__cta-84aK4 {
    width: 100%;
    padding: 8px 0;
    text-align: center
}

.debug-search-panel__input-2g8mN {
    width: 100%;
    padding: 8px 12px;
    border: none;
    outline: none;
    border-radius: 3px;
    background-color: #fff
}

.debug-search-panel__list-26keS {
    padding: 0;
    margin: 16px 0;
    overflow: auto;
    list-style-type: none
}

.debug-search-panel__item-30aiw {
    cursor: pointer
}

.debug-search-panel__item-30aiw:hover {
    color: #910a2d
}

.debug-search-panel-1VI3_.is-open-UN6mj .debug-search-panel__wrapper-CRfuN {
    height: 80vh;
    padding: 16px
}

.debug-search-panel-1VI3_.is-open-UN6mj .debug-search-panel__icon-1xdI2 svg {
    transform: rotate(180deg)
}

.container-2SVV8 {
    display: block;
    margin: 0 auto
}

.container-2SVV8.padding-top-gEa1g {
    padding-top: 90px
}

@media only screen and (min-width: 769px) {
    .container-2SVV8.padding-top-gEa1g {
        padding-top:100px
    }
}

.container-2SVV8.padding-bottom-ydEMf {
    padding-bottom: 90px
}

@media only screen and (min-width: 769px) {
    .container-2SVV8.padding-bottom-ydEMf {
        padding-bottom:100px
    }
}

.container-2SVV8.padding-top-half-3yjzX {
    padding-top: 45px
}

@media only screen and (min-width: 769px) {
    .container-2SVV8.padding-top-half-3yjzX {
        padding-top:50px
    }
}

.container-2SVV8.padding-bottom-half-OVkq_ {
    padding-bottom: 45px
}

@media only screen and (min-width: 769px) {
    .container-2SVV8.padding-bottom-half-OVkq_ {
        padding-bottom:50px
    }
}

.container-2SVV8.horizontal-spacing-2qKi_ {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 769px)and (max-width:1200px) {
    .container-2SVV8.horizontal-spacing-2qKi_ {
        padding-left:20px;
        padding-right: 20px
    }
}

.container-2SVV8.white-2hfKs {
    color: #fff
}

.container-2SVV8.black-r53UO {
    color: #101010
}

.container--content-3oqJa {
    position: relative;
    width: 750px;
    max-width: 100%;
    margin: 0 auto
}

@media only screen and (min-width: 769px)and (max-width:1200px) {
    .container--content-3oqJa {
        width:1024px
    }
}

@media only screen and (min-width: 1201px) {
    .container--content-3oqJa {
        width:1200px
    }
}

.accordion-3OeoH {
    display: block
}

.accordion-element-3yqHx {
    position: relative;
    width: 100%
}

.accordion-element-3yqHx:after,.accordion-element-3yqHx:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d5d5d5;
    transition-property: background;
    transition-duration: .3s
}

.accordion-element-3yqHx:before {
    top: 0
}

.accordion-element-3yqHx:after {
    bottom: 0
}

.accordion-element-3yqHx:first-child:before,.accordion-element-3yqHx:last-child:after {
    display: block
}

.accordion-element-3yqHx:not(:first-child):before {
    display: none
}

.accordion-element__header-2J1xK {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    user-select: none
}

@media only screen and (min-width: 769px) {
    .accordion-element__header-2J1xK {
        padding-right:0;
        padding-left: 0
    }
}

.accordion-element__header--size-l-2PZAb {
    padding-top: 40px;
    padding-bottom: 40px
}

.accordion-element__header--size-m-2jTxN {
    padding-top: 25px;
    padding-bottom: 25px
}

.accordion-element__header--size-xs-2Mw5K {
    padding-left: 0;
    padding-right: 0
}

.accordion-element__header--with-horizontal-spacing-GVotb {
    padding-right: 20px;
    padding-left: 20px
}

@media(hover: hover) {
    .accordion-element__header-2J1xK:hover .accordion-element__header-icon-2VEnB i {
        fill:#910a2d
    }
}

.accordion-element__custom-2AbqU,.accordion-element__custom-2AbqU *,.accordion-element__header-text-25oYR {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 2;
    font-size: 15px
}

.accordion-element__header-text-25oYR {
    padding-right: 20px;
    letter-spacing: normal;
    text-align: left
}

.accordion-element__header-text--size-sm-2Wd2u {
    font-size: 14px
}

.accordion-element__header-icon-2VEnB {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.accordion-element__header-icon-2VEnB i {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition-property: fill;
    fill: #999
}

.accordion-element__header-icon-2VEnB i svg {
    width: 100%;
    height: 100%
}

.accordion-element__body-3Nu2I {
    height: 0;
    overflow: hidden;
    transition-property: height
}

.accordion-element__copy-1-5lV {
    position: relative;
    display: table;
    width: 100%
}

.accordion-element__copy-1-5lV p {
    margin: 0
}

.accordion-element__children-2hiNz {
    display: block
}

.accordion-element__content-3T6PV {
    position: relative;
    width: 100%;
    opacity: 0;
    transition-property: opacity
}

.accordion-element__content--with-vertical-spacing-qUhoA {
    padding-top: 25px;
    padding-bottom: 25px
}

.accordion-element__content--with-horizontal-spacing-1bOrW {
    padding-left: 20px;
    padding-right: 20px
}

.accordion-element__custom-2AbqU,.accordion-element__custom-2AbqU *,.accordion-element__header-text-25oYR,.accordion-element__header-text-25oYR * {
    color: #999;
    transition-property: color
}

.accordion-element-3yqHx.is-open-P7xON .accordion-element__content-3T6PV {
    opacity: 1
}

.accordion-element-3yqHx.is-open-P7xON .accordion-element__custom-2AbqU,.accordion-element-3yqHx.is-open-P7xON .accordion-element__header-text-25oYR,.accordion-element-3yqHx.is-open-P7xON .accordion-element__header-text-25oYR * {
    color: #101010
}

.accordion-element-3yqHx.is-open-P7xON .accordion-element__header-text-25oYR.is-transparent-1baKc * {
    color: transparent
}

.accordion-element-3yqHx.is-open-P7xON .accordion-element__header-icon-2VEnB i {
    fill: #910a2d
}

.accordion-element--theme-dark-1oHar:after,.accordion-element--theme-dark-1oHar:before {
    background: #282828
}

.accordion-element--theme-dark-1oHar .accordion-element__custom-2AbqU,.accordion-element--theme-dark-1oHar .accordion-element__custom-2AbqU *,.accordion-element--theme-dark-1oHar .accordion-element__header-text-25oYR,.accordion-element--theme-dark-1oHar .accordion-element__header-text-25oYR * {
    color: #fff
}

.accordion-element--theme-dark-1oHar .accordion-element__header-icon-2VEnB i {
    fill: #fff
}

.accordion-element--theme-dark-1oHar .accordion-element__body-3Nu2I p,.accordion-element--theme-dark-1oHar.is-open-P7xON .accordion-element__custom-2AbqU,.accordion-element--theme-dark-1oHar.is-open-P7xON .accordion-element__custom-2AbqU *,.accordion-element--theme-dark-1oHar.is-open-P7xON .accordion-element__header-text-25oYR,.accordion-element--theme-dark-1oHar.is-open-P7xON .accordion-element__header-text-25oYR * {
    color: #fff
}

.accordion-element--without-borders-3Jhf1:after,.accordion-element--without-borders-3Jhf1:before,.accordion-element--without-borders-3Jhf1:first-child:before,.accordion-element--without-borders-3Jhf1:last-child:after {
    display: none
}

.accordion-element--enable-overflow-32Exl .accordion-element__body-3Nu2I {
    overflow: visible
}

.accordion-element__body-3Nu2I,.accordion-element__content-3T6PV,.accordion-element__custom-2AbqU,.accordion-element__custom-2AbqU *,.accordion-element__header-icon-2VEnB i,.accordion-element__header-text-25oYR,.accordion-element__header-text-25oYR * {
    transition-duration: .3s
}

.anchor-10F69 {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden
}

.container-2j6p4 {
    position: relative;
    height: 100%;
    min-width: 100%;
    width: 0
}

.children-16JRb {
    position: absolute;
    bottom: 0
}

.carouselContent-2Pdxs {
    margin: 0 50px;
    padding-bottom: 30px
}

.defaultWrapperWithArrows-Uaksm {
    margin: 0 50px
}

.defaultWrapperCommon-3AObN {
    min-height: 100px
}

.slick-slider .slick-list {
    transition: height .3s ease
}

@keyframes icon-animation-3OcsC {
    0% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(1turn)
    }
}

.loading-spinner-_lN8a,.loading-spinner__icon-3da6z {
    text-align: center
}

.loading-spinner__icon-3da6z i {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px
}

.loading-spinner__icon-3da6z i svg {
    position: absolute;
    top: 0;
    left: 0
}

.loading-spinner__text-1aEsg p:last-of-type {
    margin-bottom: 0
}

.loading-spinner__text--dark-3VcUI {
    color: #fff
}

.loading-spinner__text--light-3VN4v {
    color: #000
}

.loading-spinner-_lN8a.size-small-2itKI .loading-spinner__icon-3da6z i {
    height: 16px;
    width: 16px
}

.loading-spinner-_lN8a.size-medium-1bDZe .loading-spinner__icon-3da6z i {
    height: 24px;
    width: 24px
}

.loading-spinner-_lN8a.size-large-n4FWH .loading-spinner__icon-3da6z i {
    height: 40px;
    width: 40px
}

.loading-spinner-_lN8a.animations-33utL .loading-spinner__icon-3da6z i {
    animation-iteration-count: infinite;
    animation-duration: 1.2s;
    animation-name: icon-animation-3OcsC
}

.btn-uqbJ6 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 366px;
    min-height: 45px;
    padding: 5px 24px;
    overflow: hidden;
    border-radius: 3px;
    line-height: 1.1;
    text-align: center;
    transition: color .2s,background-color .2s;
    cursor: pointer
}

.btn-uqbJ6 .glyph-2mN_L {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    flex-shrink: 0
}

.btn-uqbJ6 .glyph-2mN_L svg {
    width: 100%;
    height: 100%
}

.btn-uqbJ6 .loading-icon-2bOx6 {
    margin-right: 0
}

.btn-uqbJ6 .btn-text-1kRx_ {
    position: relative;
    transition: transform .2s ease-in-out
}

.btn-uqbJ6 .btn-text__ghost-178Zv {
    display: none
}

.btn--icon-above-2YVM_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.btn--icon-above-2YVM_ .btn-text__copy-3_5ta,.btn--icon-above-2YVM_ .glyph-2mN_L {
    display: block
}

.btn--icon-above-2YVM_ .glyph-2mN_L {
    margin-right: 0
}

.btn--icon-above-2YVM_ .btn-text__copy-3_5ta {
    margin-top: 11px
}

.btn--icon-end-1gqEV {
    flex-direction: row-reverse
}

.btn--icon-end-1gqEV .glyph-2mN_L {
    margin-right: 0;
    margin-left: 15px
}

.btn--inline-3-3jA {
    min-height: auto;
    padding: 0
}

.btn--inline-3-3jA.btn-type-secondary-VUBVL {
    overflow: inherit
}

.btn--full-mobile-1zvVQ {
    display: flex;
    max-width: none;
    width: 100%
}

@media only screen and (min-width: 769px) {
    .btn--full-mobile-1zvVQ {
        display:inline-flex;
        width: auto
    }
}

.btn--full-desktop-2_hin {
    display: inline-flex
}

@media only screen and (min-width: 769px) {
    .btn--full-desktop-2_hin {
        display:flex;
        max-width: none;
        width: 100%
    }
}

.btn-uqbJ6.btn--disabled-2ovif {
    cursor: not-allowed
}

@media only screen and (min-width: 992px) {
    .btn--type-primary-1XCjC .btn-text__ghost-178Zv {
        position:absolute;
        top: 0;
        display: block;
        transform: translateY(-100%);
        opacity: 0;
        transition: opacity .2s ease-in-out
    }

    .btn--type-primary-1XCjC .btn-text__copy-3_5ta {
        transition: opacity .2s ease-in-out
    }

    .btn--type-primary-1XCjC:hover .btn-text-1kRx_ {
        transform: translateY(100%)
    }

    .btn--type-primary-1XCjC:hover .btn-text__copy-3_5ta {
        opacity: 0
    }

    .btn--type-primary-1XCjC:hover .btn-text__ghost-178Zv {
        opacity: 1
    }
}

.btn--type-primary-1XCjC.btn--theme-dark-MGh77 {
    background-color: #fff;
    color: #101010
}

.btn--type-primary-1XCjC.btn--theme-dark-MGh77 .glyph-2mN_L {
    fill: #101010;
    stroke: #101010
}

@media only screen and (min-width: 992px) {
    .btn--type-primary-1XCjC.btn--theme-dark-MGh77:hover {
        background-color:#910a2d;
        color: #fff
    }

    .btn--type-primary-1XCjC.btn--theme-dark-MGh77:hover .glyph-2mN_L {
        fill: #fff;
        stroke: #fff
    }
}

.btn--type-primary-1XCjC.btn--theme-dark-MGh77:active {
    background-color: #910a2d;
    color: #fff
}

.btn--type-primary-1XCjC.btn--theme-dark-MGh77:active .glyph-2mN_L {
    fill: #fff;
    stroke: #fff
}

.btn--type-primary-1XCjC.btn--theme-dark-MGh77.btn--disabled-2ovif {
    background-color: #e7e7e7;
    color: #999
}

.btn--type-primary-1XCjC.btn--theme-dark-MGh77.btn--disabled-2ovif .glyph-2mN_L {
    fill: #999;
    stroke: #999
}

.btn--type-primary-1XCjC.btn--theme-light-3F6Wk {
    background-color: #101010;
    color: #fff
}

.btn--type-primary-1XCjC.btn--theme-light-3F6Wk .glyph-2mN_L {
    fill: #fff;
    stroke: #fff
}

@media only screen and (min-width: 992px) {
    .btn--type-primary-1XCjC.btn--theme-light-3F6Wk:hover {
        background-color:#910a2d
    }
}

.btn--type-primary-1XCjC.btn--theme-light-3F6Wk:active {
    background-color: #910a2d
}

.btn--type-primary-1XCjC.btn--theme-light-3F6Wk.btn--disabled-2ovif {
    background-color: #d5d5d5;
    color: #999
}

.btn--type-primary-1XCjC.btn--theme-light-3F6Wk.btn--disabled-2ovif .glyph-2mN_L {
    fill: #999;
    stroke: #999
}

.btn--type-secondary-d8Odh {
    overflow: visible;
    padding-left: 0;
    padding-right: 0
}

.btn--type-secondary-d8Odh .glyph-2mN_L {
    display: none
}

.btn--type-secondary-d8Odh .loading-icon-2bOx6 {
    display: block
}

@media only screen and (min-width: 992px) {
    .btn--type-secondary-d8Odh:hover {
        color:#101010
    }

    .btn--type-secondary-d8Odh:hover .btn-text__copy-3_5ta:after {
        background-color: #910a2d;
        transform: translate(-50%,-4px)
    }
}

.btn--type-secondary-d8Odh:active {
    color: #101010
}

.btn--type-secondary-d8Odh:active .btn-text__copy-3_5ta:after {
    background-color: #910a2d;
    transform: translate(-50%,-4px)
}

.btn--type-secondary-d8Odh.btn--theme-dark-MGh77 {
    color: #fff
}

.btn--type-secondary-d8Odh.btn--theme-dark-MGh77 .btn-text__copy-3_5ta:after {
    background-color: #fff
}

@media only screen and (min-width: 992px) {
    .btn--type-secondary-d8Odh.btn--theme-dark-MGh77:hover {
        color:#999
    }
}

.btn--type-secondary-d8Odh.btn--theme-dark-MGh77.btn--disabled-2ovif,.btn--type-secondary-d8Odh.btn--theme-dark-MGh77:active {
    color: #999
}

.btn--type-secondary-d8Odh.btn--theme-dark-MGh77.btn--disabled-2ovif .btn-text__copy-3_5ta:after {
    background-color: #999
}

.btn--type-secondary-d8Odh.btn--theme-dark-MGh77.btn--disabled-2ovif .glyph-2mN_L {
    fill: #999;
    stroke: #999
}

.btn--type-secondary-d8Odh.btn--theme-dark-gray-np6Ta {
    color: #999
}

.btn--type-secondary-d8Odh.btn--theme-dark-gray-np6Ta .btn-text__copy-3_5ta:after {
    background-color: #999
}

.btn--type-secondary-d8Odh.btn--theme-light-3F6Wk {
    color: #101010
}

.btn--type-secondary-d8Odh.btn--theme-light-3F6Wk .btn-text__copy-3_5ta:after {
    background-color: #101010
}

@media only screen and (min-width: 992px) {
    .btn--type-secondary-d8Odh.btn--theme-light-3F6Wk:hover {
        color:#999
    }
}

.btn--type-secondary-d8Odh.btn--theme-light-3F6Wk:active {
    color: #999
}

.btn--type-secondary-d8Odh.btn--theme-light-3F6Wk.btn--disabled-2ovif {
    color: #d5d5d5
}

.btn--type-secondary-d8Odh.btn--theme-light-3F6Wk.btn--disabled-2ovif .btn-text__copy-3_5ta:after {
    background-color: #d5d5d5
}

.btn--type-secondary-d8Odh.btn--theme-light-3F6Wk.btn--disabled-2ovif .glyph-2mN_L {
    fill: #d5d5d5;
    stroke: #d5d5d5
}

.btn--type-secondary-d8Odh .btn-text__copy-3_5ta {
    position: relative;
    display: inline-block;
    transition: color .2s;
    transition-timing-function: cubic-bezier(.86,0,.07,1)
}

.btn--type-secondary-d8Odh .btn-text__copy-3_5ta:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #101010;
    transform: translateX(-50%);
    transition: transform .2s,background-color .2s;
    transition-delay: .1s;
    transition-timing-function: cubic-bezier(.86,0,.07,1);
    will-change: background-color
}

.btn--type-functional-XA7y8.btn--theme-light-3F6Wk,.btn--type-tertiary-2xqoh.btn--theme-light-3F6Wk {
    color: #b4b9bd
}

.btn--type-functional-XA7y8.btn--theme-light-3F6Wk .glyph-2mN_L,.btn--type-tertiary-2xqoh.btn--theme-light-3F6Wk .glyph-2mN_L {
    fill: #999;
    stroke: #999
}

@media only screen and (min-width: 992px) {
    .btn--type-functional-XA7y8.btn--theme-light-3F6Wk:hover,.btn--type-tertiary-2xqoh.btn--theme-light-3F6Wk:hover {
        color:#101010
    }

    .btn--type-functional-XA7y8.btn--theme-light-3F6Wk:hover .glyph-2mN_L,.btn--type-tertiary-2xqoh.btn--theme-light-3F6Wk:hover .glyph-2mN_L {
        fill: #910a2d;
        stroke: #910a2d
    }
}

.btn--type-functional-XA7y8.btn--theme-light-3F6Wk:active,.btn--type-tertiary-2xqoh.btn--theme-light-3F6Wk:active {
    color: #101010
}

.btn--type-functional-XA7y8.btn--theme-light-3F6Wk:active .glyph-2mN_L,.btn--type-tertiary-2xqoh.btn--theme-light-3F6Wk:active .glyph-2mN_L {
    fill: #910a2d;
    stroke: #910a2d
}

.btn--type-functional-XA7y8.btn--theme-light-3F6Wk.btn--disabled-2ovif,.btn--type-tertiary-2xqoh.btn--theme-light-3F6Wk.btn--disabled-2ovif {
    color: #d5d5d5
}

.btn--type-functional-XA7y8.btn--theme-light-3F6Wk.btn--disabled-2ovif .glyph-2mN_L,.btn--type-tertiary-2xqoh.btn--theme-light-3F6Wk.btn--disabled-2ovif .glyph-2mN_L {
    fill: #d5d5d5;
    stroke: #d5d5d5
}

.btn--type-functional-XA7y8.btn--theme-dark-MGh77,.btn--type-tertiary-2xqoh.btn--theme-dark-MGh77 {
    color: #b4b9bd
}

.btn--type-functional-XA7y8.btn--theme-dark-MGh77 .glyph-2mN_L,.btn--type-tertiary-2xqoh.btn--theme-dark-MGh77 .glyph-2mN_L {
    fill: #999;
    stroke: #999
}

@media only screen and (min-width: 992px) {
    .btn--type-functional-XA7y8.btn--theme-dark-MGh77:hover,.btn--type-tertiary-2xqoh.btn--theme-dark-MGh77:hover {
        color:#fff
    }

    .btn--type-functional-XA7y8.btn--theme-dark-MGh77:hover .glyph-2mN_L,.btn--type-tertiary-2xqoh.btn--theme-dark-MGh77:hover .glyph-2mN_L {
        fill: #910a2d;
        stroke: #910a2d
    }
}

.btn--type-functional-XA7y8.btn--theme-dark-MGh77:active,.btn--type-tertiary-2xqoh.btn--theme-dark-MGh77:active {
    color: #fff
}

.btn--type-functional-XA7y8.btn--theme-dark-MGh77:active .glyph-2mN_L,.btn--type-tertiary-2xqoh.btn--theme-dark-MGh77:active .glyph-2mN_L {
    fill: #910a2d;
    stroke: #910a2d
}

.btn--type-functional-XA7y8.btn--theme-dark-MGh77.btn--disabled-2ovif,.btn--type-tertiary-2xqoh.btn--theme-dark-MGh77.btn--disabled-2ovif {
    color: #999
}

.btn--type-functional-XA7y8.btn--theme-dark-MGh77.btn--disabled-2ovif .glyph-2mN_L,.btn--type-tertiary-2xqoh.btn--theme-dark-MGh77.btn--disabled-2ovif .glyph-2mN_L {
    fill: #999;
    stroke: #999
}

.btn--type-functional-XA7y8.btn--theme-fullblack-3Lq2F,.btn--type-tertiary-2xqoh.btn--theme-fullblack-3Lq2F {
    color: #101010
}

.btn--type-functional-XA7y8.btn--theme-fullblack-3Lq2F .glyph-2mN_L,.btn--type-tertiary-2xqoh.btn--theme-fullblack-3Lq2F .glyph-2mN_L {
    fill: #101010;
    stroke: #101010
}

@media only screen and (min-width: 992px) {
    .btn--type-functional-XA7y8.btn--theme-fullblack-3Lq2F:hover,.btn--type-tertiary-2xqoh.btn--theme-fullblack-3Lq2F:hover {
        color:#910a2d
    }

    .btn--type-functional-XA7y8.btn--theme-fullblack-3Lq2F:hover .glyph-2mN_L,.btn--type-tertiary-2xqoh.btn--theme-fullblack-3Lq2F:hover .glyph-2mN_L {
        fill: #910a2d;
        stroke: #910a2d
    }
}

.btn--type-functional-XA7y8.btn--theme-fullblack-3Lq2F:active,.btn--type-tertiary-2xqoh.btn--theme-fullblack-3Lq2F:active {
    color: #910a2d
}

.btn--type-functional-XA7y8.btn--theme-fullblack-3Lq2F:active .glyph-2mN_L,.btn--type-tertiary-2xqoh.btn--theme-fullblack-3Lq2F:active .glyph-2mN_L {
    fill: #910a2d;
    stroke: #910a2d
}

.btn--type-functional-XA7y8.btn--theme-fullblack-3Lq2F.btn--disabled-2ovif,.btn--type-tertiary-2xqoh.btn--theme-fullblack-3Lq2F.btn--disabled-2ovif {
    color: #999
}

.btn--type-functional-XA7y8.btn--theme-fullblack-3Lq2F.btn--disabled-2ovif .glyph-2mN_L,.btn--type-tertiary-2xqoh.btn--theme-fullblack-3Lq2F.btn--disabled-2ovif .glyph-2mN_L {
    fill: #999;
    stroke: #999
}

.btn--type-functional-XA7y8 .btn-text__copy-3_5ta,.btn--type-tertiary-2xqoh .btn-text__copy-3_5ta {
    display: inline-flex
}

.btn--type-functional-XA7y8 {
    min-height: 64px
}

.btn--type-functional-XA7y8 .glyph-2mN_L {
    top: 0;
    width: 64px;
    height: 64px
}

.btn--type-primaryoutline-1q4nt {
    background-color: transparent;
    border: 2px solid;
    transition: color .4s,border-color .4s,fill .4s,stroke .4s
}

@media only screen and (min-width: 992px) {
    .btn--type-primaryoutline-1q4nt .btn-text__ghost-178Zv {
        position:absolute;
        top: 0;
        display: block;
        transform: translateY(-100%);
        opacity: 0;
        transition: opacity .2s ease-in-out
    }

    .btn--type-primaryoutline-1q4nt .btn-text__copy-3_5ta {
        transition: opacity .2s ease-in-out
    }

    .btn--type-primaryoutline-1q4nt:hover .btn-text-1kRx_ {
        transform: translateY(100%)
    }

    .btn--type-primaryoutline-1q4nt:hover .btn-text__copy-3_5ta {
        opacity: 0
    }

    .btn--type-primaryoutline-1q4nt:hover .btn-text__ghost-178Zv {
        opacity: 1
    }
}

.btn--type-primaryoutline-1q4nt.btn--theme-dark-MGh77 {
    border-color: #101010;
    color: #101010
}

.btn--type-primaryoutline-1q4nt.btn--theme-dark-MGh77 .glyph-2mN_L {
    fill: #101010;
    stroke: #101010
}

@media only screen and (min-width: 992px) {
    .btn--type-primaryoutline-1q4nt.btn--theme-dark-MGh77:hover {
        background-color:#910a2d;
        border-color: #910a2d;
        color: #fff
    }

    .btn--type-primaryoutline-1q4nt.btn--theme-dark-MGh77:hover .glyph-2mN_L {
        fill: #fff;
        stroke: #fff
    }
}

.btn--type-primaryoutline-1q4nt.btn--theme-dark-MGh77:active {
    background-color: #910a2d;
    border-color: #910a2d;
    color: #fff
}

.btn--type-primaryoutline-1q4nt.btn--theme-dark-MGh77:active .glyph-2mN_L {
    fill: #fff;
    stroke: #fff
}

.btn--type-primaryoutline-1q4nt.btn--theme-light-3F6Wk {
    border-color: #fff;
    color: #fff
}

.btn--type-primaryoutline-1q4nt.btn--theme-light-3F6Wk .glyph-2mN_L {
    fill: #fff;
    stroke: #fff
}

@media only screen and (min-width: 992px) {
    .btn--type-primaryoutline-1q4nt.btn--theme-light-3F6Wk:hover {
        background-color:#910a2d;
        border-color: #910a2d
    }
}

.btn--type-primaryoutline-1q4nt.btn--theme-light-3F6Wk:active {
    background-color: #910a2d;
    border-color: #910a2d
}

.btn--type-primaryoutline-1q4nt.btn--disabled-2ovif {
    border-color: #999;
    color: #999
}

.btn--type-primaryoutline-1q4nt.btn--disabled-2ovif .glyph-2mN_L {
    fill: #999;
    stroke: #999
}

.back-to-top-btn-2SU8d {
    overflow: visible
}

.back-to-top-btn-2SU8d i {
    width: 50px!important;
    height: 50px!important;
    padding: 10px;
    border: 2px solid #d5d5d5;
    border-radius: 50%
}

.back-to-top-btn-2SU8d i svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%,-50%)
}

.back-to-top-static-bqH1_ {
    display: flex;
    justify-content: flex-end;
    padding: 40px 0;
    text-align: center
}

@media only screen and (min-width: 769px) {
    .back-to-top-static-bqH1_ {
        padding:50px 0
    }
}

.broken-image-11W7A {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s,z-index 0s .5s
}

.broken-image--light-Rji0v {
    background-color: #fff
}

.broken-image--dark-rkK-H {
    background-color: #000
}

.broken-image-11W7A.is-visible-9qQYM {
    z-index: 1;
    opacity: 1;
    transition: opacity .5s,z-index 0s 0s
}

.broken-image__icon-1PL0W {
    width: 60px;
    height: 60px
}

.broken-image__icon--light-tnqTX {
    stroke: #101010
}

.broken-image__icon--dark-3gyFO {
    stroke: #fff
}

.defaultArrowsContainer-1uFUJ {
    position: absolute;
    top: 40%;
    width: 100%
}

.arrowCommon-3323L {
    position: absolute;
    height: 40px;
    width: 40px;
    fill: #999
}

.arrowCommon-3323L svg {
    height: 100%;
    width: 100%
}

.arrowCommon-3323L svg * {
    fill: #999
}

.leftArrow-2OFy7 {
    left: -5px
}

.rightArrow-3G8qw {
    right: -5px
}

.rightArrow-3G8qw svg {
    transform: rotate(180deg)
}

.notActive-xTkSw {
    opacity: 0;
    transition: opacity .15s ease
}

.active-MvGpf {
    opacity: 1;
    transition: opacity .15s ease;
    cursor: pointer
}

.pagination__pages-cRufw {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    color: #999;
    font-size: 14px;
    transform: translate(-50%,-50%)
}

.pagination__arrows-1kCJm {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 20px
}

.pagination__arrow-3ix_A {
    position: relative;
    width: 10px;
    height: 40px
}

.pagination__arrow-3ix_A [class*=navigationArrow] {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    fill: #999
}

.pagination__arrow--disabled-2Rhcp [class*=navigationArrow] svg * {
    fill: #e7e7e7
}

.pagination__arrow--left-3xobT [class*=navigationArrow] {
    left: 0
}

.pagination__arrow--right-3w5hg [class*=navigationArrow] {
    right: 0
}

.pagination__dots-2nNFe {
    position: absolute;
    right: 0;
    bottom: 38px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 23px;
    padding: 0;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: opacity .3s
}

.pagination__dot-1OAE0 {
    display: inline-block;
    height: 23px;
    width: 23px
}

.pagination__dot-1OAE0:before {
    content: none
}

.pagination__circle-3-AtQ {
    display: block;
    width: 8px;
    height: 8px;
    margin: 7px auto;
    border-radius: 4px;
    background: #999;
    transition: none;
    cursor: pointer
}

.pagination__circle-3-AtQ.active-1IS-c {
    width: 12px;
    height: 12px;
    margin-top: 5px;
    border: 2px solid #999;
    border-radius: 6px;
    background: none
}

@media only screen and (min-width: 769px) {
    .pagination__circle-3-AtQ:hover {
        width:12px;
        height: 12px;
        margin-top: 5px;
        border: 2px solid #999;
        border-radius: 6px;
        background: none
    }
}

.text-3xteU {
    display: block
}

.text-3xteU.no-spacing-1eM1W * {
    margin: 0
}

.defaultPagination-1F0gd {
    position: relative;
    margin-top: 20px
}

.defaultPagination-1F0gd ul {
    position: relative;
    bottom: 0
}

.checkbox-vN_Dm {
    display: flex;
    color: #999;
    transition: color .3s
}

.checkbox__label-37t6n {
    display: flex;
    outline: none;
    cursor: pointer
}

.checkbox__field-3eHZp {
    text-align: initial
}

.checkbox__input-1efFS {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.checkbox__box-2rXb5 {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    outline: none;
    background: #fff
}

.checkbox__icon-1eRbZ {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    height: 75%;
    max-width: 20px;
    max-height: 20px;
    transform: translate(-50%,-50%);
    fill: #999
}

.checkbox__icon-1eRbZ svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.checkbox__caption-3ZNPO {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em
}

.checkbox__caption-3ZNPO,.checkbox__description-ofof6 {
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-size: 13px
}

.checkbox__description-ofof6 {
    line-height: normal
}

.checkbox-vN_Dm.is-selected-3ceaC {
    color: #101010
}

.checkbox-vN_Dm.is-selected-3ceaC .checkbox__box-2rXb5 {
    background-color: #101010
}

.checkbox-vN_Dm.is-selected-3ceaC .checkbox__icon-1eRbZ {
    fill: #fff;
    stroke: #fff
}

.checkbox-vN_Dm.has-error-24ryD .checkbox__box-2rXb5 {
    border-color: #910a2d
}

.checkbox-vN_Dm.is-disabled-2dMYq {
    color: #d5d5d5
}

.checkbox-vN_Dm.is-disabled-2dMYq .checkbox__label-37t6n {
    cursor: not-allowed
}

.checkbox-vN_Dm.is-disabled-2dMYq .checkbox__box-2rXb5 {
    background-color: #e7e7e7
}

.checkbox-vN_Dm.is-disabled-2dMYq .checkbox__icon-1eRbZ {
    fill: #999;
    stroke: #999
}

.checkbox--size-m-1PMOM .checkbox__caption-3ZNPO,.checkbox--size-m-1PMOM .checkbox__description-ofof6 {
    padding-left: 15px
}

.checkbox--size-m-1PMOM .checkbox__box-2rXb5 {
    width: 26px;
    height: 26px
}

.checkbox--size-xl-1Slxo .checkbox__box-2rXb5 {
    width: 34px;
    height: 34px
}

@media only screen and (min-width: 769px) {
    .checkbox--size-xl-1Slxo .checkbox__box-2rXb5 {
        width:40px;
        height: 40px
    }
}

.checkbox--theme-dark-3d3Uq {
    color: #fff
}

.checkbox--theme-dark-3d3Uq .checkbox__box-2rXb5 {
    border-color: transparent
}

.checkbox--theme-dark-3d3Uq.is-selected-3ceaC:not(.is-disabled-2dMYq) {
    color: #fff
}

.checkbox--theme-dark-3d3Uq.is-selected-3ceaC:not(.is-disabled-2dMYq) .checkbox__box-2rXb5 {
    background-color: #101010
}

.checkbox--theme-brand-hhSpT .checkbox__box-2rXb5 {
    border-width: 2px;
    border-color: #101010
}

.checkbox--theme-brand-hhSpT.is-selected-3ceaC:not(.is-disabled-2dMYq) .checkbox__box-2rXb5 {
    background: #910a2d;
    border-color: #910a2d
}

.checkbox--theme-brand-hhSpT.is-selected-3ceaC:not(.is-disabled-2dMYq) .checkbox__icon-1eRbZ {
    fill: #fff;
    stroke: #fff
}

.checkbox--theme-brand-hhSpT.is-selected-3ceaC.is-disabled-2dMYq .checkbox__icon-1eRbZ {
    fill: #d5d5d5;
    stroke: #d5d5d5
}

.checkbox--theme-brand-hhSpT.is-selected-3ceaC.checkbox--size-xl-1Slxo .checkbox__box-2rXb5 {
    border-color: #fff
}

.checkbox--theme-brand-hhSpT.checkbox--size-m-1PMOM .checkbox__box-2rXb5 {
    border: 1px solid #d5d5d5
}

.checkbox__input-1efFS:focus-visible+.checkbox__box-2rXb5 {
    border: 2px solid #910a2d
}

.group-cjbho {
    display: flex;
    flex-flow: wrap
}

.group-cjbho.single-2Hdrw {
    padding: 90px 0
}

.group-cjbho .cta-19Yw7.fullDesktop-3lRci {
    width: 100%;
    max-width: 366px
}

.group-cjbho.direction-row-PhSaR {
    flex-direction: row;
    margin: 0 -15px -30px
}

.group-cjbho.direction-row-PhSaR.noSpacing-3figv {
    margin: 0
}

.group-cjbho.direction-row-PhSaR.noSpacing-3figv .cta-19Yw7 {
    padding: 0
}

@media only screen and (max-width: 768px) {
    .group-cjbho.direction-row-PhSaR {
        margin-bottom:-15px
    }
}

.group-cjbho.direction-row-PhSaR .cta-19Yw7 {
    padding: 0 15px 30px
}

.group-cjbho.direction-row-PhSaR.align-left-2-BiH {
    justify-content: flex-start
}

.group-cjbho.direction-row-PhSaR.align-center-3Mw_V {
    justify-content: center
}

.group-cjbho.direction-row-PhSaR.align-right-1hZEz {
    justify-content: flex-end
}

.group-cjbho.direction-row-PhSaR.pullSecondaryBtn-1ebAy.secondaryOnly-app6G {
    margin-top: -22px;
    margin-bottom: -16px
}

.group-cjbho.direction-column-p-mZw {
    flex-direction: column
}

.group-cjbho.direction-column-p-mZw .cta-19Yw7 {
    padding-bottom: 30px
}

.group-cjbho.direction-column-p-mZw.noSpacing-3figv .cta-19Yw7 {
    padding-bottom: 0
}

.group-cjbho.direction-column-p-mZw.align-left-2-BiH {
    align-items: flex-start
}

.group-cjbho.direction-column-p-mZw.align-center-3Mw_V {
    align-items: center
}

.group-cjbho.direction-column-p-mZw.align-right-1hZEz {
    align-items: flex-end
}

.group-cjbho.direction-column-p-mZw.pullSecondaryBtn-1ebAy.secondaryFirst-1ZhV4 {
    margin-top: -22px
}

.group-cjbho.direction-column-p-mZw.pullSecondaryBtn-1ebAy.secondaryLast-j3N2D {
    margin-bottom: -16px
}

@media only screen and (max-width: 768px) {
    .group-cjbho {
        align-items:center;
        justify-content: center
    }

    .group-cjbho.direction-column-p-mZw,.group-cjbho.direction-row-PhSaR {
        flex-direction: column
    }

    .group-cjbho.direction-column-p-mZw .cta-19Yw7,.group-cjbho.direction-row-PhSaR .cta-19Yw7 {
        padding-bottom: 15px
    }

    .group-cjbho.direction-column-p-mZw .cta-19Yw7.fullDesktop-3lRci,.group-cjbho.direction-row-PhSaR .cta-19Yw7.fullDesktop-3lRci {
        width: auto;
        max-width: none
    }

    .group-cjbho.direction-column-p-mZw .cta-19Yw7.fullMobile-1xrqF,.group-cjbho.direction-row-PhSaR .cta-19Yw7.fullMobile-1xrqF {
        width: 100%
    }

    .group-cjbho.direction-column-p-mZw.align-center-3Mw_V,.group-cjbho.direction-column-p-mZw.align-left-2-BiH,.group-cjbho.direction-column-p-mZw.align-right-1hZEz,.group-cjbho.direction-row-PhSaR.align-center-3Mw_V,.group-cjbho.direction-row-PhSaR.align-left-2-BiH,.group-cjbho.direction-row-PhSaR.align-right-1hZEz {
        align-items: center;
        justify-content: center
    }
}

.dropdown-ddUhc {
    position: relative;
    cursor: pointer
}

.dropdown-ddUhc.is-disabled-2kGbM {
    opacity: .4;
    cursor: not-allowed
}

.dropdown-ddUhc.is-disabled-arrow-1TZ0c,.dropdown-ddUhc.is-disabled-arrow-1TZ0c button {
    cursor: default
}

.dropdown__header-34KVm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 0 25px;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background-color: #fff;
    white-space: nowrap;
    transition: none
}

.dropdown__header-34KVm.has-error-228en {
    border: 2px solid #910a2d
}

.dropdown__header-text-2Qbmw {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left;
    white-space: nowrap
}

.dropdown__header-text-2Qbmw:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff)
}

.dropdown__header-value-1FSZF {
    white-space: nowrap
}

.dropdown__header-icon-2kG4e {
    display: flex;
    width: 25px;
    margin-right: -3px;
    pointer-events: none
}

.dropdown__header-icon-2kG4e svg {
    height: 25px
}

.dropdown__list-2M0_Z {
    position: absolute;
    z-index: 2;
    display: none;
    width: 100%;
    max-height: 250px;
    padding: 0;
    overflow-y: auto;
    border: 1px solid #d5d5d5;
    border-top: none
}

.dropdown__list-2M0_Z.is-open-2mR1K {
    display: block
}

.dropdown__list-2M0_Z.has-error-228en {
    border: 2px solid #910a2d;
    border-top: none
}

.dropdown__option-16gw6 {
    padding: 0
}

.dropdown__option-16gw6:before {
    content: none
}

.dropdown__option-label-3AsVb {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.dropdown__option-input-1dKms {
    position: absolute;
    opacity: 0
}

.dropdown__option-caption-3RkJ1 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 13px 25px;
    background-color: #fff;
    word-break: break-word
}

.dropdown__option-caption-3RkJ1.is-selected-1TwXb {
    background-color: #e7e7e7
}

.dropdown__option-caption-3RkJ1:hover,.dropdown__option-input-1dKms:focus+.dropdown__option-caption-3RkJ1 {
    background-color: #f5f5f5
}

.option-image-14gXr {
    height: 20px;
    width: 34px;
    padding-right: 5px
}

.native-select-V4c9u {
    display: none
}

.title-1zrJR {
    display: block;
    word-wrap: break-word
}

.container-upQGm {
    overflow: hidden
}

.container-upQGm .has-fixed-height-2evtM {
    height: 600px
}

.container-upQGm .has-fixed-height-2evtM .row {
    height: 100%
}

@media only screen and (max-width: 768px) {
    .container-upQGm .has-fixed-height-2evtM {
        height:auto
    }
}

.container-upQGm .row>div {
    width: 100%;
    align-items: center
}

.loading-1i8by {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,96%,.8)
}

.loading--dark-3CK0K {
    z-index: 0;
    background-color: #000
}

.loading--light-1sfvp {
    z-index: 0;
    background-color: #fff
}

.loading--transparent-lwUs- {
    z-index: 0;
    background-color: transparent
}

.loading__icon-1dWGU {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.loading__icon--centered-boEAY {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%,-50%)
}

.hero-text-block-375p9 {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center
}

.hero-text-block__item-2xQXV {
    margin-bottom: 15px;
    text-align: center
}

@media only screen and (min-width: 769px) {
    .hero-text-block__item-2xQXV {
        margin-bottom:30px
    }

    .hero-text-block__item--first-1cQkf {
        text-align: right
    }

    .hero-text-block__item--last-2q0LY {
        text-align: left
    }

    .hero-text-block__item--single-2eZEN {
        text-align: center
    }
}

.hero-text-block__col-1dDsE {
    margin-bottom: 30px
}

.hero-text-block__inner-col-2T8SW {
    padding: 7px 0
}

.hero-text-block--dark-2HcJP {
    color: #101010
}

.hero-text-block--align-left-DaMVq {
    text-align: center
}

.hero-text-block--align-left-DaMVq .hero-text-block__item--single-2eZEN {
    text-align: left
}

@media only screen and (min-width: 769px) {
    .hero-text-block--align-left-DaMVq {
        text-align:left
    }
}

.hero-text-block--align-right-3dbDo {
    text-align: center
}

.hero-text-block--align-right-3dbDo .hero-text-block__item--single-2eZEN {
    text-align: right
}

@media only screen and (min-width: 769px) {
    .hero-text-block--align-right-3dbDo {
        text-align:right
    }
}

.hero-text-block--bordered-3304A .hero-text-block__content-3R2K- {
    padding-top: 30px;
    border-top: 1px solid hsla(0,0%,60%,.2)
}

.hero-text-block--bordered-3304A .buttons {
    margin-bottom: 15px
}

.image-hero-full-3ZF8X {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.image-hero-full-3ZF8X img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: left
}

.image-hero-full-3ZF8X.one-image-1pkHJ img {
    max-width: none;
    height: auto;
    width: auto
}

.image-hero-full-3ZF8X.image-hero-full-mobile-1v7FQ img {
    max-width: 100%
}

@media only screen and (min-width: 1201px) {
    .image-hero-full-3ZF8X.image-hero-full-mobile-1v7FQ img {
        max-width:none
    }
}

.pdf-loading-2xk_y {
    margin-bottom: -7px
}

.numbers-3HUGa {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap
}

@media only screen and (max-width: 768px) {
    .numbers-3HUGa {
        display:block
    }
}

.numbers__item-2hCmt {
    position: relative;
    flex-grow: 1;
    flex-basis: 100%
}

.numbers__item-2hCmt:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #d5d5d5
}

.numbers__item-2hCmt:last-child:after {
    display: none
}

@media only screen and (max-width: 768px) {
    .numbers__item-2hCmt {
        max-width:none;
        margin-bottom: 40px;
        padding-bottom: 40px
    }

    .numbers__item-2hCmt:after {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px
    }

    .numbers__item-2hCmt:last-child {
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.numbers__item-wrapper-1WC2m {
    position: relative;
    width: 100%;
    padding: 0 20px;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .numbers__item-wrapper-1WC2m {
        padding:0
    }
}

.numbers__item-number-jM--G {
    position: relative;
    display: inline-block;
    font-family: mazdatype,helvetica,arial,sans-serif;
    font-size: 34px;
    line-height: 1;
    text-align: center
}

@media only screen and (min-width: 1201px) {
    .numbers__item-number-jM--G {
        font-size:45px
    }
}

.numbers__item-prefix-3RHMe {
    position: absolute;
    top: 6px;
    left: -16px;
    color: #101010;
    font-size: 15px
}

@media only screen and (min-width: 1201px) {
    .numbers__item-prefix-3RHMe {
        top:9px;
        left: -25px;
        font-size: 26px
    }
}

.numbers__item-suffix-2hatd {
    color: #999;
    font-family: mazdatype,helvetica,arial,sans-serif;
    font-size: 13px;
    white-space: nowrap
}

.numbers__item-text-15mnF {
    padding: 0;
    margin: 5px auto 0;
    line-height: 20px;
    word-break: keep-all
}

@media only screen and (min-width: 769px)and (max-width:1200px) {
    .numbers__item-text-15mnF {
        font-size:10px;
        line-height: 20px
    }
}

@media only screen and (max-width: 768px) {
    .numbers__item-text-15mnF {
        max-width:240px;
        margin: 0 auto;
        font-size: 10px;
        line-height: 20px
    }
}

.numbers--small-3cfGO .numbers__item-number-jM--G {
    font-size: 45px
}

.numbers--small-3cfGO .numbers__item-prefix-3RHMe {
    left: -20px;
    font-size: 15px
}

.numbers--small-3cfGO .numbers__item-text-15mnF {
    font-size: 13px;
    line-height: 20px
}

.numbers--secondary-2QN8k {
    justify-content: start
}

@media only screen and (max-width: 768px) {
    .numbers--secondary-2QN8k {
        display:inline-block
    }
}

.numbers--secondary-2QN8k .numbers__item-2hCmt {
    flex-grow: unset;
    flex-basis: unset
}

.numbers--secondary-2QN8k .numbers__item-2hCmt .numbers__item-wrapper-1WC2m {
    padding: 0 40px
}

.numbers--secondary-2QN8k .numbers__item-2hCmt:first-child .numbers__item-wrapper-1WC2m {
    padding-left: 0
}

.numbers--secondary-2QN8k .numbers__item-2hCmt:last-child .numbers__item-wrapper-1WC2m {
    padding-right: 0
}

@media only screen and (max-width: 768px) {
    .numbers--secondary-2QN8k .numbers__item-2hCmt {
        margin-bottom:25px;
        padding-bottom: 25px
    }

    .numbers--secondary-2QN8k .numbers__item-2hCmt:last-child {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .numbers--secondary-2QN8k .numbers__item-2hCmt .numbers__item-wrapper-1WC2m {
        padding: 0
    }
}

.numbers--secondary-2QN8k .numbers__item-wrapper-1WC2m {
    padding: 0;
    padding-right: 40px
}

@media only screen and (max-width: 768px) {
    .numbers--secondary-2QN8k .numbers__item-wrapper-1WC2m {
        text-align:left
    }
}

.numbers--secondary-2QN8k .numbers__item-number-jM--G {
    color: #000;
    font-size: 34px
}

.numbers--secondary-2QN8k .numbers__item-prefix-3RHMe,.numbers--secondary-2QN8k .numbers__item-suffix-2hatd,.numbers--secondary-2QN8k .numbers__item-text-15mnF {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 2.58px;
    font-weight: 500
}

.numbers--secondary-2QN8k .numbers__item-suffix-2hatd {
    color: #101010;
    text-transform: uppercase
}

.numbers--secondary-2QN8k .numbers__item-prefix-3RHMe {
    position: relative;
    left: 0;
    margin: 0 4px
}

.numbers--secondary-2QN8k .numbers__item-text-15mnF {
    margin: 0;
    margin-top: 10px;
    color: #000
}

@media only screen and (max-width: 768px) {
    .numbers--secondary-2QN8k .numbers__item-text-15mnF {
        text-align:left
    }
}

.numbers--theme-dark-2MUdy.numbers--secondary-2QN8k .numbers__item-number-jM--G,.numbers--theme-dark-2MUdy .numbers__item-prefix-3RHMe {
    color: #fff
}

.numbers--theme-dark-2MUdy.numbers--secondary-2QN8k .numbers__item-prefix-3RHMe,.numbers--theme-dark-2MUdy.numbers--secondary-2QN8k .numbers__item-suffix-2hatd,.numbers--theme-dark-2MUdy.numbers--secondary-2QN8k .numbers__item-text-15mnF {
    color: #d0d3da
}

.pagination-1xHud {
    display: flex;
    justify-content: center
}

.pagination--disabled-3n4tC {
    display: none
}

@media only screen and (max-width: 768px) {
    .pagination-1xHud {
        display:flex;
        justify-content: space-between
    }
}

.arrow__icon-16hFX {
    display: block;
    width: 10px;
    fill: #999
}

.arrow-UayUZ:hover .arrow__icon-16hFX {
    fill: #101010
}

.arrow--disabled-3QN8q {
    cursor: auto
}

.arrow--disabled-3QN8q .arrow__icon-16hFX,.arrow--disabled-3QN8q:hover .arrow__icon-16hFX {
    fill: #e7e7e7
}

.pages-3yS02 {
    position: relative;
    display: inline-block;
    margin: 0 25px
}

.pages-3yS02 .single-page-3ndke {
    position: relative;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 5px
}

.pages-3yS02 .single-page-3ndke a,.pages-3yS02 .single-page-3ndke span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    color: #999;
    font-size: 14px;
    transform: translate(-50%,-50%)
}

.pages-3yS02 .single-page-3ndke:first-child {
    margin-left: 0
}

.pages-3yS02 .single-page-3ndke:hover a {
    color: #101010
}

.pages-3yS02 .single-page-3ndke.active-HchPz {
    border: 1px solid #101010;
    border-radius: 100%
}

.pages-3yS02 .single-page-3ndke.active-HchPz a {
    color: #101010
}

.close-1aOlc {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 2;
    padding: 0;
    cursor: pointer
}

@media only screen and (min-width: 769px) {
    .close-1aOlc {
        top:40px;
        right: 40px
    }
}

.close--absolute-2wqWf {
    position: absolute
}

.close__icon-3skIr {
    display: block;
    width: 34px;
    height: 34px
}

@media only screen and (min-width: 769px) {
    .close__icon-3skIr {
        width:56px;
        height: 56px
    }
}

@media only screen and (min-width: 769px) {
    .close__icon--size-small-eECpl {
        width:34px;
        height: 34px
    }
}

.close__icon-3skIr svg {
    display: block
}

.overlay-24sr4 {
    pointer-events: auto
}

.overlay--content-9W4tq {
    height: 100%
}

.close-btn-3qruK {
    right: 15px
}

@media only screen and (min-width: 769px) {
    .close-btn-3qruK {
        right:20px
    }
}

.popup-30C2k {
    position: relative;
    height: 100%;
    padding: 0;
    pointer-events: auto
}

@media only screen and (min-width: 769px) {
    .popup-30C2k {
        padding:100px 0
    }
}

@media only screen and (min-width: 769px) {
    .popup--wide-XK9Wl {
        padding:30px 0
    }
}

.popup-content-2J09q {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #fff
}

@media only screen and (min-width: 769px) {
    .popup-content-2J09q {
        max-height:calc(100vh - 200px);
        height: auto;
        width: auto
    }
}

.popup-content--fullwidth-2mb50 {
    font-size: 16px
}

@media only screen and (min-width: 769px) {
    .popup-content--wide-2BEHD {
        max-height:calc(100vh - 60px)
    }
}

.inner-content-3x7rh {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

@media only screen and (min-width: 769px) {
    .inner-content-3x7rh {
        max-height:calc(100vh - 200px)
    }
}

@media only screen and (min-width: 769px) {
    .inner-content--wide-3C11j {
        max-height:calc(100vh - 60px)
    }
}

.content-3eJ8Q {
    padding: 60px 0
}

.content--fullwidth-9vKsU {
    padding: 0
}

.background-3uzfv {
    position: fixed;
    z-index: 102;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: hsla(0,0%,6%,.8);
    animation-duration: 1s;
    animation-name: opacityIn
}

.page-IsFu_ {
    padding: 0
}

.error-1rtWi {
    padding: 20px;
    color: #910a2d
}

.text-block-2vJEU {
    display: block
}

.video-wrapper-1LskK {
    width: 100%;
    height: auto
}

.video-wrapper-1LskK video:focus {
    outline: none
}

.video-wrapper--hero-3Z9FD {
    height: 100%
}

.video-container-20ePI {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media only screen and (max-width: 768px) {
    .video-container-20ePI.hide-mobile-3baSK {
        display:none
    }
}

.video-player-DNWVr {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%)
}

.video-player-DNWVr:-webkit-full-screen {
    transform: none!important
}

.video-player-DNWVr:-webkit-full-screen,.video-player-DNWVr:fullscreen {
    transform: none!important
}

.video-player__full-height-170fW {
    overflow: hidden
}

.video-player__full-height-170fW video {
    width: auto;
    height: 100%
}

.video-hero-player-mhK2A {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.youtube-container-3SuLj {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.youtube-player-2tGGA {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    width: 100%!important;
    height: auto;
    height: 100%!important;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%,-50%)
}

.container-kzXrd {
    position: absolute;
    max-width: 100%;
    pointer-events: none
}

.container--right-3Dz0p {
    right: 0;
    bottom: 0
}

.container--left-1USai {
    bottom: 0;
    left: 0
}

.efficiency-water-mark-BFzqL {
    display: flex;
    padding: 20px 10px;
    gap: 10px
}

.efficiency-water-mark__item-1dhTw {
    width: 100px;
    height: auto
}

@media only screen and (min-width: 769px) {
    .efficiency-water-mark__item-1dhTw {
        width:150px
    }
}

.overlay-background-2QVHx,.popup-background-xrWY7 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    background-color: hsla(0,0%,6%,.8);
    z-index: 102
}

.overlay-background-2QVHx {
    overflow-x: hidden
}

.overlay-background-2QVHx.bg-dark-22ziZ {
    background-color: hsla(0,0%,6%,.98)
}

.overlay-background-2QVHx.bg-light-2yeee {
    background-color: #fff
}

.overlay-container-36k15 {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    animation-duration: 1s;
    animation-name: opacityIn-1W526;
    z-index: 102
}

.overlay-container-36k15.has-no-fade-in-3fkDw {
    animation-duration: 0s
}

.hero-desktop-3f3O2 {
    position: relative;
    overflow: hidden
}

.hero-desktop__image-2ynQr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 70vh;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-content-34bPT {
    display: flex;
    flex-wrap: wrap;
    min-height: 70vh
}

.hero-content__wrapper-3sXLw {
    padding: 60px 0
}

.hero-content__wrapper--text-white-10sma {
    color: #fff
}

.hero-content__pre-header-image-3PO7Q {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px
}

.hero-content__description-xTsyr {
    max-width: 700px;
    padding-top: 20px
}

.hero-content--align-start-1iPvl {
    align-content: flex-start
}

.hero-content--align-center-2EYsf {
    align-content: center
}

.hero-content--align-end-3bxva {
    align-content: flex-end
}

.hero-content--justify-start-2auJB {
    justify-content: flex-start;
    text-align: left
}

.hero-content--justify-center-1c9ui {
    justify-content: center;
    text-align: center
}

.hero-content--justify-end-2da3Q {
    justify-content: flex-end;
    text-align: right
}

.hero-content__cta-wrapper-mT7JN {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    margin: 0 -10px -10px
}

.hero-cta-iqsjR {
    margin: 0 10px 20px
}

.overlay-1XwrS {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #101010;
    opacity: 0;
    transition: opacity .4s ease
}

.overlay--white-2Oos6 {
    background-color: #fff
}

.overlay-1XwrS.is-visible-3G_g5 {
    opacity: .5
}

.thumbnail-28Nnn {
    position: relative;
    cursor: pointer
}

.thumbnail__image-NWL0X {
    width: 100%;
    height: auto
}

.thumbnail__icon-YQ2br {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 64px;
    height: 64px;
    transform: translate(-50%,-50%);
    fill: #fff
}

.grid-308z5 .video-overlay-wrapper-SRXtU .position-wrapper-13yVY {
    position: relative;
    padding-bottom: 56.25%
}

.grid-308z5 .video-overlay-wrapper-SRXtU .position-wrapper-13yVY iframe,.grid-308z5 .video-overlay-wrapper-SRXtU .position-wrapper-13yVY video {
    position: relative;
    top: auto;
    left: auto;
    transform: none
}

@media only screen and (max-width: 768px) {
    .grid-308z5 {
        align-self:auto
    }

    .grid-308z5 .video-overlay-wrapper-SRXtU {
        padding-top: 50px;
        padding-bottom: 40px
    }
}

.thumbnail-3IHlW {
    position: relative;
    height: 80vw;
    overflow: hidden
}

@media only screen and (orientation: landscape) {
    .thumbnail-3IHlW {
        height:60vh;
        padding-top: 0
    }
}

.thumbnail__image-2gMiz {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-content-RPKnN {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0
}

.hero-content__subtitle-3fdmL,.hero-content__title-38-nX {
    width: 100%
}

.hero-content__cta-wrapper-87pv6 {
    padding-top: 20px;
    width: 100%;
    margin-bottom: -10px
}

.hero-cta-2ZLQB {
    margin-bottom: 10px
}

.video-controls-1VgcZ {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%
}

.video-controls__icon-2G3iL {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 17px;
    height: 15px;
    transform: translate(-50%,-50%);
    fill: #fff
}

.video-controls__icon-2G3iL svg {
    display: block
}

.video-10LT5 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer
}

.video__image-f2DMx {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.video__icon-2kh-u {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    transform: translate(-50%,-50%);
    fill: #fff
}

.video-10LT5 .video-player-3ZAAo {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.hero-small-2AdAc {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 250px;
    background-position: 50%;
    background-size: cover
}

@media only screen and (min-width: 769px) {
    .hero-small-2AdAc {
        min-height:360px
    }
}

.hero-small__image-3cZHr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-small-2AdAc:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #fff;
    opacity: .5
}

.hero-small--white-1IyRn {
    color: #fff
}

.hero-small--white-1IyRn:before {
    background-color: #101010
}

.hero-small__container-2-JMy {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center
}

.hero-large-33xOC {
    height: 100%
}

.legal-info-2HYpg {
    padding-top: 10px;
    margin-bottom: -10px
}

.legal-info--theme-dark-2q17k {
    background-color: #101010;
    color: #fff
}

.legal-info--theme-grey-29CNd {
    background-color: #f5f5f5
}

.legal-info--theme-light-2RK14 {
    background-color: #fff
}

.dots-19Sqm {
    display: flex;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none
}

.dots__item-2vUew {
    width: 24px;
    height: 30px;
    padding: 0
}

.dots__item-2vUew:before {
    all: unset
}

.dots__button-1NLRP {
    display: grid;
    width: 100%;
    height: 100%;
    padding: 0;
    outline: none;
    cursor: pointer;
    place-items: center
}

.dots__button-1NLRP:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999
}

.dots__button-1NLRP.is-selected-2LJbw:after,.dots__button-1NLRP:focus-visible:after,.dots__button-1NLRP:hover:after {
    width: 12px;
    height: 12px;
    border: 2px solid #999;
    background: none
}

.dots__button-1NLRP.is-selected-2LJbw:focus-visible:after {
    width: 14px;
    height: 14px
}

.dots__button-1NLRP:not(.is-interactive-6tmnc) {
    pointer-events: none
}

.tooltip-20wZA {
    visibility: hidden;
    z-index: -999
}

.tooltip__content-1VBPl {
    position: absolute;
    z-index: inherit;
    max-width: 100vw;
    max-height: 100vh;
    padding: 10px;
    background-color: #101010;
    color: #fff;
    font-size: 13px;
    transform: translateY(10px)
}

.tooltip-20wZA.is-visible-CJrR1 {
    z-index: 999;
    visibility: visible
}

.tooltip-20wZA.is-overlay-Al6m9 .tooltip__content-1VBPl {
    position: fixed;
    top: 50%;
    left: 50%;
    overflow-y: auto;
    transform: translate(-50%,-50%)
}

.tooltip-20wZA.is-overlay-Al6m9.is-visible-CJrR1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.trigger-2D1Cw {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer
}

.trigger-2D1Cw:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 1;
    display: none;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #101010;
    transform: translateX(-50%)
}

.trigger-2D1Cw.has-icon-3XF8L:after,.trigger__icon-2ykCg {
    display: block
}

.trigger__icon-2ykCg svg {
    display: block;
    width: 24px;
    height: 24px
}

.slider-R_ii3 {
    position: relative;
    overflow: hidden
}

.slider__container-1bm6x {
    width: 100%;
    display: flex;
    align-items: flex-start
}

@media only screen and (min-width: 769px) {
    .slider__container-1bm6x {
        align-items:stretch
    }
}

.slide-3H6Wb {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 0
}

@media only screen and (min-width: 769px) {
    .slide-3H6Wb {
        height:auto
    }
}

.slide-3H6Wb.is-active-2diYy {
    height: auto
}

.navigation-tw6yE {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 80%;
    pointer-events: none
}

@media only screen and (orientation: landscape)and (max-width:768px) {
    .navigation-tw6yE {
        height:60vh;
        padding-top: 0
    }
}

@media only screen and (min-width: 769px) {
    .navigation-tw6yE {
        padding-top:0;
        height: 70vh
    }
}

.navigation__arrow-2KYQo {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: auto;
    fill: #fff
}

@media only screen and (min-width: 769px) {
    .navigation__arrow-2KYQo {
        top:50%;
        fill: #999
    }
}

@media only screen and (min-width: 992px) {
    .navigation__arrow-2KYQo {
        width:80px;
        height: 80px
    }
}

@media only screen and (min-width: 769px) {
    .navigation__arrow-2KYQo:hover {
        fill:#fff
    }
}

.navigation__arrow--prev-O8qjq {
    left: 20px
}

@media only screen and (min-width: 992px) {
    .navigation__arrow--prev-O8qjq {
        left:100px
    }
}

.navigation__arrow--next-1aCfA {
    right: 20px
}

@media only screen and (min-width: 992px) {
    .navigation__arrow--next-1aCfA {
        right:100px
    }
}

.pagination-1LVYG {
    position: absolute;
    top: calc(70vh - 50px);
    left: 50%;
    display: none;
    transform: translateX(-50%)
}

@media only screen and (min-width: 769px) {
    .pagination-1LVYG {
        display:flex
    }
}

.core-price-2oGG- sup {
    top: -5px
}

.core-price-2oGG- .discounted-1rKSB {
    text-decoration: line-through
}

.search-button-3551h {
    position: relative;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.search-button-3551h i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 25px;
    height: 25px;
    transform: translate(-50%,-50%)
}

.search-button-3551h i svg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    transition-property: fill;
    fill: #d5d5d5
}

.search-button-3551h:hover svg {
    fill: #fff
}

.container-11fvR {
    display: flex;
    flex-direction: column
}

.block-wrapper-1cbTe {
    display: flex;
    flex-direction: row;
    align-items: center
}

.item-download-label-3VtdC {
    flex-grow: 1;
    text-transform: capitalize
}

.list-element-1oJLX {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #999;
    color: #d5d5d5;
    font-size: 14px;
    line-height: 1.1;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

@media only screen and (min-width: 1201px) {
    .list-element-1oJLX {
        padding:0;
        border-bottom: none
    }
}

@media only screen and (min-width: 1201px) {
    .list-element--size-small-2ZAo5 .list-element__text-1FBW3 {
        font-size:12px
    }
}

@media only screen and (min-width: 1201px) {
    .list-element--size-default-1hysy .list-element__text-1FBW3 {
        font-size:13px;
        letter-spacing: 1.7px
    }
}

@media only screen and (min-width: 1201px) {
    .list-element--size-medium-3UusC .list-element__text-1FBW3 {
        font-size:15px;
        letter-spacing: 1.8px
    }
}

.list-element--layout-vertical-2yG__ {
    padding: 25px 0;
    border-bottom: 1px solid #999
}

.list-element--layout-vertical-2yG__ .list-element__text-1FBW3 {
    font-size: 14px;
    letter-spacing: 1.5px
}

.list-element--layout-box-1Tomt {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 12px 0;
    border-bottom: none;
    text-align: center
}

.list-element--layout-box-1Tomt .list-element__text-1FBW3 {
    font-size: 12px
}

.list-element--layout-box-1Tomt .list-element__icon-SJYay {
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 0;
    margin-bottom: 10px
}

.list-element--underline-8kNLz.is-active-2U98A .list-element__text-1FBW3:after {
    content: " "
}

.list-element-1oJLX:hover {
    color: #fff
}

.list-element-1oJLX:hover .list-element__arrow-38LSB,.list-element-1oJLX:hover .list-element__icon-SJYay {
    fill: #fff
}

.list-element-1oJLX.is-active-2U98A {
    color: #fff;
    font-weight: 700
}

.list-element-1oJLX.is-active-2U98A .list-element__icon-SJYay {
    fill: #fff
}

.list-element__text-1FBW3 {
    position: relative;
    text-transform: uppercase;
    word-break: break-all;
    word-break: break-word;
    letter-spacing: 1.5px
}

.list-element__text-1FBW3:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #910a2d
}

.list-element__arrow-38LSB {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    fill: #d5d5d5
}

.list-element__icon-SJYay {
    display: flex;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    fill: #d5d5d5;
    stroke: #d5d5d5
}

.list-element__icon-SJYay svg {
    display: block;
    width: 100%
}

.radio-1DzLl {
    display: block;
    transition: color .3s
}

.radio__label-hiWge {
    display: flex;
    align-items: center;
    cursor: pointer
}

.radio__input-diuoe {
    flex-shrink: 0;
    width: auto;
    padding-right: 15px
}

.radio__input-custom-hFtPK {
    position: relative;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    cursor: pointer
}

.radio__input-custom-hFtPK:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #101010;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
    backface-visibility: hidden
}

.radio__input-hidden-3n7C6 {
    position: absolute;
    opacity: 0
}

.radio__input-hidden-3n7C6:focus+.radio__input-custom-hFtPK {
    border: 2px solid #282828
}

.radio__caption-W8dGl {
    color: #999;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.radio-1DzLl.is-selected-JVQfF .radio__caption-W8dGl {
    color: #101010
}

.radio-1DzLl.is-selected-JVQfF .radio__input-custom-hFtPK:after {
    opacity: 1
}

.radio-1DzLl.is-disabled-j6FXt .radio__input-custom-hFtPK {
    background-color: #e7e7e7;
    cursor: default
}

.list-links-2gGiC {
    display: block;
    margin: 0;
    padding: 0 20px
}

@media only screen and (min-width: 1201px) {
    .list-links-2gGiC {
        padding:0;
        display: flex;
        flex-wrap: wrap
    }
}

.list-links__item-2lt4c {
    padding: 0
}

@media only screen and (min-width: 1201px) {
    .list-links__item-2lt4c {
        padding:0 13px
    }
}

.list-links__item-2lt4c:before {
    content: none
}

@media only screen and (min-width: 1201px) {
    .list-links--spacing-medium-1eMUw .list-links__item-2lt4c {
        padding:9px 19px
    }
}

.list-links--layout-vertical-1GVDh {
    display: block
}

.list-links--layout-box-29cXw {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-right: -1px;
    overflow: hidden;
    border-top: 1px solid #999
}

@supports(display: grid) {
    .list-links--layout-box-29cXw {
        display:grid;
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: 1fr
    }
}

@media only screen and (min-width: 1201px) {
    .list-links--layout-box-29cXw {
        grid-template-columns:repeat(4,1fr)
    }
}

.list-links--layout-box-29cXw .list-links__item-2lt4c {
    width: 50%;
    padding: 0 15px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999
}

@supports(display: grid) {
    .list-links--layout-box-29cXw .list-links__item-2lt4c {
        width:auto
    }
}

@media only screen and (min-width: 1201px) {
    .list-links--layout-box-29cXw .list-links__item-2lt4c {
        width:25%
    }

    @supports(display: grid) {
        .list-links--layout-box-29cXw .list-links__item-2lt4c {
            width:auto
        }
    }
}

.slider-39aoj {
    position: relative;
    height: 100px;
    margin: 0 15px
}

@media only screen and (min-width: 769px) {
    .slider--full-width-3lOs8 {
        margin:0
    }
}

.slider-39aoj:before {
    left: -3px
}

.slider-39aoj:after,.slider-39aoj:before {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #999;
    transform: translateY(-50%);
    pointer-events: none
}

.slider-39aoj:after {
    right: -3px
}

.slider--small-2Ai4c {
    margin-top: -30px
}

.slider-39aoj.is-hidden-2J1rD {
    display: none
}

.slider__range-input-2O47L {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    background: none;
    color: #000;
    font: inherit;
    transform: translateY(-50%);
    opacity: 0;
    cursor: pointer;
    z-index: 5
}

.slider__range-input-2O47L:focus {
    outline: none
}

.slider__range-input-2O47L::-webkit-slider-runnable-track {
    width: 100%;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none
}

.slider__range-input-2O47L::-webkit-slider-thumb {
    position: relative;
    padding: 10px;
    background: currentColor;
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none
}

.slider__range-input-2O47L:focus::-webkit-slider-runnable-track {
    background: transparent
}

.slider__range-input-2O47L::-moz-range-track {
    width: 100%;
    background: none;
    pointer-events: none;
    appearance: none
}

.slider__range-input-2O47L::-moz-range-thumb {
    position: relative;
    padding: 10px;
    border: none;
    border-radius: 0;
    background: currentColor;
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
    appearance: none
}

.slider__track-1vNWb {
    z-index: 1;
    width: 100%;
    background-color: #999
}

.slider__track-1vNWb,.slider__track-value-2Z9AY {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    transform: translateY(-50%);
    pointer-events: none
}

.slider__track-value-2Z9AY {
    z-index: 2;
    background-color: #101010
}

.slider__value-2WbtC {
    position: absolute;
    top: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-user-select: none;
    user-select: none
}

.slider__thumb-2N-on {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #910a2d;
    transform: translate(-50%,-50%);
    cursor: pointer;
    pointer-events: auto
}

.slider__thumb__icon-left-3APlm,.slider__thumb__icon-right-mTmoE {
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    pointer-events: auto;
    fill: #fff
}

.slider__thumb__icon-right-mTmoE {
    right: 0;
    left: auto
}

.slider-mark-1CbAS {
    position: absolute;
    bottom: 0;
    color: #999;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: .1em;
    transform: translate(-50%)
}

.slider-mark-1CbAS:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: 0;
    width: 1px;
    height: 20px;
    border-right: 1px dashed #e7e7e7
}

.slider-mark--first-F215E {
    transform: translateX(-10px)
}

.slider-mark--first-F215E:before {
    left: 10px
}

.slider-mark--last-3vpil {
    transform: translateX(calc(-100% + 10px))
}

.slider-mark--last-3vpil:before {
    left: auto;
    right: 10px
}

.slider-dot-mGPw7 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: none;
    width: 6px;
    height: 6px;
    border: 2px solid #999;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
    pointer-events: none
}

.slider-dot-mGPw7.is-focused-212Q2 {
    border: 2px solid #101010
}

.slider-dot-mGPw7.is-visible-Wipb- {
    display: block
}

.slider-dot-mGPw7:after,.slider-dot-mGPw7:before {
    content: " ";
    position: absolute;
    left: -4px;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fff
}

.slider-dot-mGPw7:after {
    left: 4px
}

@media only screen and (min-width: 769px) {
    .slider-dot-mGPw7 {
        display:block
    }
}

.slider-dot--mobile-3LhX- {
    left: 50%;
    display: block
}

@media only screen and (min-width: 769px) {
    .slider-dot--mobile-3LhX- {
        display:none
    }
}

.desktop-navigation-223ar {
    position: relative;
    display: block;
    width: 100%;
    background: #101010
}

.desktop-navigation__container-2Afqn {
    display: flex;
    justify-content: space-between
}

.desktop-navigation__container-logo-1kvFl {
    display: block;
    flex-shrink: 0;
    width: 70px;
    height: 120px;
    padding: 25px 0
}

.desktop-navigation__container-nav-1ssfS {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.primary-nav-VEd2h {
    padding-top: 15px
}

.global-nav-30w_h,.primary-nav-VEd2h {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.global-nav-30w_h {
    flex-grow: 1
}

.step-2YHbD {
    animation: yTransitionOpacity .4s ease-in-out
}

.step-2YHbD .copy-_dASF p {
    color: #999
}

.step-2YHbD .ctas-3jTiC {
    text-align: center
}

.panel-header-1i2bW {
    position: relative;
    padding: 25px 0;
    color: #fff
}

.panel-header-1i2bW,.panel-header--content-32Lbu {
    display: block;
    width: 100%
}

.panel-header--actions-WOQR3 {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center
}

.panel-header--actions-item-3H2JO {
    position: relative;
    flex: 0 1 auto;
    width: 75px;
    height: 75px;
    cursor: pointer
}

.panel-header--actions-item-3H2JO i {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    transform: translate(-50%,-50%)
}

.panel-header--actions-item-3H2JO i svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: fill .3s ease 0s;
    fill: #d5d5d5
}

.panel-header--actions-item-3H2JO.action-back-3HmwG i {
    width: 25px;
    height: 25px;
    transform: translateY(-50%)
}

@media only screen and (max-width: 768px) {
    .panel-header-1i2bW {
        padding:23px 0
    }
}

.steps-15YUA {
    padding-top: 50px;
    padding-bottom: 50px
}

.steps-15YUA .title-2GXJM {
    text-align: center
}

.sidebar-21cBC {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #000
}

.switch-button-3cBfm {
    position: relative;
    display: inline-flex;
    width: 37px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #fff;
    transition: border-color .4s
}

.switch-button--disabled-2gNoJ {
    border-color: #d5d5d5
}

.switch-button__area-3yPh_ {
    display: block;
    width: 100%
}

.switch-button__toggler-2hjF_ {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer
}

.switch-button__toggler-2hjF_:before {
    content: "";
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #d5d5d5;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: left .4s,background-color .4s
}

.switch-button-3cBfm input {
    display: none
}

.switch-button-3cBfm input:checked+.switch-button__toggler-2hjF_:before {
    left: 17px;
    background-color: #000
}

.switch-button-3cBfm input:disabled+.switch-button__toggler-2hjF_:before {
    background-color: #d5d5d5
}

.switch-button-3cBfm input:focus+.switch-button__toggler-2hjF_ {
    box-shadow: 0 0 1px #000
}

.navigation-panels-3J12S {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%
}

.navigation-panels-3J12S.restrictedWidth-2n35g {
    max-width: 414px
}

.navigation-panels-3J12S.hidden-TcvwH {
    display: none
}

@media only screen and (min-width: 1201px) {
    .navigation-panels-3J12S {
        position:absolute
    }
}

.navigation-panels__container-2FwEZ {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transition: transform .2s ease-out,opacity .2s ease-out
}

@media only screen and (min-width: 1201px) {
    .navigation-panels__container-2FwEZ.is-hidden-134s7 {
        transform:translateX(-100%)
    }
}

.navigation-panels--item-container-1eT3o {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.panel-item-2c-AD {
    height: 100%
}

@media only screen and (min-width: 1201px) {
    .panel-item-2c-AD {
        position:relative;
        height: auto;
        padding-top: 0
    }
}

.link-panel-container-1aZj7 {
    height: auto;
    min-height: 100%;
    background-color: #000
}

.panel-18Bvs {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.panel-header-FpwBR {
    flex: 0 0 auto;
    padding: 0 30px;
    background-color: #000
}

.panel-body-3EDkQ {
    flex: 1 1 auto;
    overflow-y: auto
}

@media only screen and (min-width: 1201px) {
    .panel-body-3EDkQ {
        overflow-y:visible
    }
}

.padding-2wDeb {
    padding-top: 100px;
    padding-bottom: 100px
}

.tabs-3e1xe {
    position: relative;
    display: block;
    width: 100%;
    opacity: .5
}

.tabs-3e1xe.visible-3214f {
    opacity: 1
}

.tabs-3e1xe .navigation-2nR03.is-hidden-2vJvC {
    display: none
}

.tabs-labels-3_4rb,.tabs-marker-OQkfI,.tabs-navigation-1ncLJ,.tabs-panels-18uyx,.tabs-panels--item-be_Os {
    display: block
}

.tabs-navigation-1ncLJ {
    position: relative;
    display: table;
    margin: auto
}

.tabs-labels-3_4rb {
    display: flex;
    float: left;
    flex-wrap: nowrap;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

@media only screen and (min-width: 769px) {
    .tabs-labels--single-tab-tY0O4 {
        max-width:50%
    }
}

.tabs-labels__item-34YYi.no-padding-XFbOO {
    padding-right: 0;
    padding-left: 0
}

@media only screen and (max-width: 768px) {
    .tabs-labels__item-34YYi.no-padding-XFbOO {
        padding-top:40px;
        padding-bottom: 40px
    }
}

.tabs-3e1xe .tabs-dropdown-39u1l {
    display: flex;
    max-width: 355px;
    margin: auto
}

.tabs-3e1xe .tabs-dropdown-39u1l.full-width-2Ydnr {
    max-width: none
}

.tabs-marker-OQkfI {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px
}

.tabs-marker-OQkfI i {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 100%;
    transition: transform .3s,width .3s,background-color .1s
}

.tabs-labels__item-34YYi {
    position: relative;
    display: block;
    padding: 17.5px 40px;
    font-family: mazdatype,helvetica,arial,sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: .2em
}

.tabs-labels__item-34YYi.active-20C2a {
    cursor: default
}

.tabs-labels__item-34YYi.hasImage-1Dhyc {
    margin-top: 55px
}

.tabs-labels__item-34YYi.full-width-2Ydnr {
    flex: 1 1 auto;
    padding-right: 20px;
    padding-left: 20px
}

.tabs-labels__item-34YYi:focus-visible {
    outline: none
}

.tabs-labels__item-34YYi:focus:not(.active-20C2a) {
    box-shadow: inset 0 -10px 0 -8px #d5d5d5;
    outline: none;
    color: #d5d5d5
}

.tabs-3e1xe .tabs-navigation-1ncLJ.is-hidden-2vJvC {
    position: absolute;
    left: -10000px
}

.tabs-3e1xe .tabs-navigation-1ncLJ.full-width-2Ydnr {
    display: table;
    width: 100%
}

.tabs-3e1xe.centered-3rufR .tabs-labels-3_4rb {
    display: inline-flex
}

.tab-img-2RPsx {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 100px;
    transform: translate(-50%,-100%)
}

.horizontal-spacing-nupWq {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width: 768px) {
    .tabs-labels-3_4rb span {
        padding:17.5px 20px
    }

    .padding-2wDeb {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

.theme-light-2Tqw2 .tabs-title-1c3ml {
    color: #101010
}

.theme-light-2Tqw2 .tabs-labels-3_4rb {
    border-bottom: 1px solid #d5d5d5
}

.theme-light-2Tqw2 .tabs-marker-OQkfI i {
    background-color: #101010
}

.theme-light-2Tqw2 .tabs-marker-OQkfI.is-transitioning-1ru3t i {
    background-color: #910a2d
}

.theme-light-2Tqw2 .tabs-labels__item-34YYi {
    color: #999
}

.theme-light-2Tqw2 .tabs-labels__item-34YYi.active-20C2a {
    color: #101010
}

.theme-dark-3OAGq .tabs-title-1c3ml {
    color: #fff
}

.theme-dark-3OAGq .tabs-labels-3_4rb {
    border-bottom: 1px solid #b4b9bd
}

.theme-dark-3OAGq .tabs-marker-OQkfI i {
    background-color: #fff
}

.theme-dark-3OAGq .tabs-marker-OQkfI.is-transitioning-1ru3t i {
    background-color: #910a2d
}

.theme-dark-3OAGq .tabs-labels__item-34YYi {
    color: #b4b9bd
}

.theme-dark-3OAGq .tabs-labels__item-34YYi.active-20C2a {
    color: #fff
}

.enter-1kJnY {
    transform: translateX(100%);
    pointer-events: none
}

.enterActive-3aU97 {
    overflow: auto;
    transition: transform .2s ease-out,opacity .2s ease-out
}

.enterActive-3aU97,.exit-21jyW {
    transform: translateX(0)
}

.exitActive-xQGnt {
    transform: translateX(100%);
    transition: transform .2s ease-in,opacity .2s ease-out;
    pointer-events: none
}

.fadeEnter-Loq_F {
    opacity: 0
}

.fadeEnterActive-3oxvx,.fadeExit-2m1Kz {
    opacity: 1
}

.fadeExitActive-3HfK1 {
    opacity: 0
}

.tab-panel-eT6Vb {
    display: none
}

.tab-panel-eT6Vb.selected-2myvI {
    display: block;
    animation: yTransitionOpacity .4s ease-in-out
}

.tab-panel-eT6Vb.spaced-children-OfdRv .tab-panel--child-2lBw5 {
    padding-top: 30px
}

.tab-panel-eT6Vb [class*=mxp-form-form-container-] {
    padding-top: 60px
}

.mobile-navigation-3IrQ7 {
    display: block;
    width: 100%;
    min-height: 70px
}

.mobile-navigation-top-bar-_CXRy {
    position: relative;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 70px;
    background: #101010;
    transform: translateZ(0)
}

.mobile-navigation-top-bar-_CXRy:after,.mobile-navigation-top-bar-_CXRy:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    visibility: hidden;
    clear: both
}

.mobile-navigation-top-bar__container-vc4QN,.mobile-navigation__container-wDJd4 {
    height: 100%
}

.mobile-navigation-3IrQ7 .logo-2avMB {
    float: left
}

.mobile-navigation-3IrQ7 .logo-2avMB a {
    padding: 15px;
    display: block
}

.mobile-navigation-3IrQ7 .logo-2avMB img {
    display: block;
    height: 40px
}

.mobile-navigation-3IrQ7 .utilities-xnNLP {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.mobile-navigation-3IrQ7 .utilities-xnNLP>* {
    float: left;
    margin-right: 30px
}

.mobile-navigation-3IrQ7 .utilities-xnNLP>:last-of-type {
    margin: 0
}

.mobile-navigation-3IrQ7 .hamburger-menu-3coZc {
    position: relative;
    width: 30px;
    height: 25px;
    overflow: hidden;
    cursor: pointer
}

.mobile-navigation-3IrQ7 .hamburger-menu__line-1b3f2 {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #d5d5d5;
    transition-duration: .3s;
    transition-property: transform,width,opacity,background
}

.mobile-navigation-3IrQ7 .hamburger-menu__line-1b3f2:first-of-type {
    top: 0;
    transform-origin: 0
}

.mobile-navigation-3IrQ7 .hamburger-menu__line-1b3f2:nth-of-type(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transform-origin: 50%
}

.mobile-navigation-3IrQ7 .hamburger-menu__line-1b3f2:nth-of-type(3) {
    bottom: 0;
    transform-origin: 0
}

.mobile-navigation-3IrQ7 .hamburger-menu-3coZc.active-2djOP .hamburger-menu__line-1b3f2,.mobile-navigation-3IrQ7 .hamburger-menu-3coZc:hover .hamburger-menu__line-1b3f2 {
    background: #fff
}

.mobile-navigation-3IrQ7 .hamburger-menu-3coZc.active-2djOP .hamburger-menu__line-1b3f2:first-of-type {
    transform: rotate(45deg)
}

.mobile-navigation-3IrQ7 .hamburger-menu-3coZc.active-2djOP .hamburger-menu__line-1b3f2:nth-of-type(2) {
    width: 0;
    opacity: 0
}

.mobile-navigation-3IrQ7 .hamburger-menu-3coZc.active-2djOP .hamburger-menu__line-1b3f2:nth-of-type(3) {
    transform: rotate(-45deg)
}

.mobile-navigation-3IrQ7 .hamburger-menu-3coZc.active-2djOP .hamburger-menu__line-1b3f2:first-of-type,.mobile-navigation-3IrQ7 .hamburger-menu-3coZc.active-2djOP .hamburger-menu__line-1b3f2:nth-of-type(3) {
    width: 32.5px
}

@keyframes icon-animation-Snjgg {
    0% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(1turn)
    }
}

.text-field-3uikV {
    position: relative
}

.text-field-3uikV input {
    height: 45px
}

.text-field-3uikV input,.text-field-3uikV textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 45px;
    padding: 12px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background-color: #fff;
    color: #101010;
    transition: border-color .3s;
    -webkit-appearance: none;
    appearance: none
}

.text-field-3uikV input:focus,.text-field-3uikV textarea:focus {
    border-color: #101010;
    border-width: 2px;
    outline: 0
}

.text-field-3uikV input:invalid,.text-field-3uikV textarea:invalid {
    box-shadow: none
}

.text-field-3uikV input[type=number]::-webkit-inner-spin-button,.text-field-3uikV input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.text-field-3uikV input[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield
}

.text-field-3uikV textarea {
    height: 200px;
    resize: none
}

.text-field--field-wrapper-1lRlu {
    position: relative
}

.text-field-3uikV .icon-2_-XZ {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 20px;
    height: 20px;
    fill: #910a2d
}

.text-field-3uikV .icon--spin-3EWxp {
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-name: icon-animation-Snjgg
}

.text-field-3uikV .date-icon-wvBtD {
    position: absolute;
    top: 17px;
    left: 15px;
    width: 20px;
    height: 20px;
    fill: #101010
}

.text-field-3uikV .form-error-lbQs- {
    display: inherit;
    margin-bottom: 0;
    color: #910a2d;
    font-size: 13px;
    line-height: 13px
}

.text-field-3uikV.required-1m1nd .icon-2_-XZ {
    display: none;
    fill: #910a2d
}

.text-field-3uikV.invalid-jmYK3 {
    position: relative
}

.text-field-3uikV.invalid-jmYK3 input,.text-field-3uikV.invalid-jmYK3 textarea {
    border: 2px solid #910a2d
}

.text-field-3uikV.invalid-jmYK3 .icon-2_-XZ {
    display: block
}

.text-field--disabled-1HYJv input,.text-field--disabled-1HYJv label,.text-field--disabled-1HYJv textarea {
    opacity: .4
}

.text-field-3uikV.date-field-Ndu1R input {
    padding-left: 50px;
    min-height: 46px
}

.text-field-3uikV .tooltip-2Hc77 {
    z-index: -1;
    margin: 20px 0 10px
}

.text-field-3uikV .tooltip-2Hc77 p {
    margin-bottom: 0;
    color: #999;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal
}

.text-field-3uikV .tooltip-2Hc77 .tooltip-header-3C6It {
    cursor: help
}

.text-field-3uikV .tooltip-2Hc77 .tooltip-body-215O4 {
    display: none;
    margin-top: 5px
}

.text-field-3uikV .tooltip-2Hc77.tooltip-open-1RuCo .tooltip-header-3C6It p {
    color: #101010
}

.text-field-3uikV .tooltip-2Hc77.tooltip-open-1RuCo .tooltip-body-215O4 {
    display: block
}

.text-field-3uikV .currency-icon-2n_CZ {
    position: absolute;
    top: 50%;
    color: #101010;
    font-size: 16px;
    transform: translateY(-50%)
}

.text-field-3uikV .currency-left-3JeD- {
    left: 12px
}

.text-field-3uikV.input-currency-left-26WJl input {
    padding: 12px 12px 12px 32px
}

.text-field-3uikV .currency-right-2W_jX {
    right: 12px
}

.text-field-3uikV.input-currency-right-K08pv input {
    padding: 12px 32px 12px 12px
}

.text-field-3uikV.input-currency-right-K08pv .icon-2_-XZ {
    right: 25px
}

.text-field-3uikV input[type=date]::-webkit-calendar-picker-indicator,.text-field-3uikV input[type=date]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    appearance: none
}

.text-field--uppercase-2JXc1 input,.text-field--uppercase-2JXc1 textarea {
    text-transform: uppercase
}

.bar-PwwuC {
    position: relative;
    color: #e7e7e7;
    text-transform: uppercase
}

.bar__header-1g2sw {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background-color: #000;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: background-color .3s;
    cursor: pointer
}

@media only screen and (min-width: 1201px) {
    .bar__header-1g2sw {
        display:none
    }
}

.bar__header-1g2sw.is-open-3OGCZ {
    background-color: #999;
    color: #fff;
    font-weight: 700
}

.bar__header-icon-q_Uk2 {
    width: 24px;
    height: 24px;
    fill: #d5d5d5
}

.bar__content-2Ju7Q {
    width: 100%;
    overflow: auto;
    background-color: #000;
    transform: translateY(-100%)
}

@media only screen and (min-width: 1201px) {
    .bar__content-2Ju7Q {
        transform:translateY(0)
    }
}

.bar__content-2Ju7Q.is-mobile-1lhEG {
    position: absolute;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform .3s,opacity 0s .3s
}

.bar__content-2Ju7Q.is-mobile-1lhEG.is-open-3OGCZ {
    transform: translateY(0);
    opacity: 1;
    transition: transform .3s,opacity 0s
}

@media only screen and (min-width: 1201px) {
    .bar__content-nav-fF2Fd {
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        min-height: 75px
    }
}

.bar__cta-2OYHv {
    flex-shrink: 0;
    padding: 20px
}

@media only screen and (min-width: 1201px) {
    .bar__cta-2OYHv {
        padding:0
    }
}

.label-1Unez {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 3px
}

.label--variant-outlined-FHEY0 {
    background: transparent
}

.label--variant-outlined-FHEY0.label--theme-dark-gray-1fy5e {
    border: 1px solid #999;
    color: #999
}

.label--variant-outlined-FHEY0.label--theme-medium-red-2hj_1 {
    border: 1px solid #910a2d;
    color: #910a2d
}

.label--variant-filled-3FYxs {
    border: 1px solid transparent
}

.label--variant-filled-3FYxs.label--theme-dark-gray-1fy5e {
    background: #999;
    color: #fff
}

.label--variant-filled-3FYxs.label--theme-medium-red-2hj_1 {
    background: #910a2d;
    color: #fff
}

.section-navigation-3QuwY {
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #999;
    background-color: #000
}

.section-navigation-3QuwY.is-sticky-2btEi {
    position: fixed;
    top: 0;
    max-height: 100vh
}

.section-navigation--placeholder-2aP3E {
    position: static;
    visibility: hidden
}

.section-navigation-wrapper--IjPS {
    position: relative;
    background-color: #000
}

.filters-panel__header-dX_z9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 100%;
    padding-bottom: 10px
}

@media only screen and (min-width: 769px) {
    .filters-panel__header-dX_z9 {
        padding:10px 0
    }
}

.filters-panel__body-2ZycQ {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100dvh;
    display: none;
    padding: 20px 15px;
    overflow: auto;
    background-color: #f5f5f5;
    z-index: 102
}

@media only screen and (min-width: 769px) {
    .filters-panel__body-2ZycQ {
        min-height:auto;
        position: relative;
        z-index: auto;
        display: block;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        transition: max-height .5s
    }
}

.filters-panel__body--white-3bP8f {
    background-color: #fff
}

.filters-panel-t6YNV:after {
    content: "";
    display: block;
    margin: 0 -15px;
    height: 1px;
    background: #999
}

@media only screen and (min-width: 769px) {
    .filters-panel-t6YNV:after {
        margin:0
    }
}

.title-1u5w2 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    outline: none;
    cursor: pointer
}

.title__icon-2c9yI {
    display: inline-flex;
    margin-left: 4px;
    margin: 10px 0
}

.title__icon-2c9yI svg {
    width: 14px;
    height: 14px
}

.title__light-label-3vBl0 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-radius: 3px
}

@media only screen and (min-width: 769px) {
    .title__light-label-3vBl0 {
        margin-left:2px
    }
}

.title__dark-label-1Yta1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 7px;
    border-radius: 3px;
    background-color: #999;
    color: #fff;
    font-weight: 700
}

@media only screen and (min-width: 769px) {
    .filters-2I-Pb {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.filters-group-3ktWi {
    padding: 20px 20px 0
}

@media only screen and (min-width: 769px) {
    .filters-group-3ktWi {
        flex:1 1;
        padding: 30px 0 0
    }
}

@media only screen and (min-width: 769px) {
    .filters-group__line-2TtW_ {
        padding:7px 0
    }
}

.filters-group__title-7bmhv {
    padding-bottom: 8px
}

@media only screen and (min-width: 769px) {
    .filters-group__title-7bmhv {
        padding-bottom:20px
    }
}

.filters-group__checkbox-1MSu0 {
    padding-top: 12px;
    padding-bottom: 12px;
    align-items: baseline;
    line-height: 1.4
}

@media only screen and (min-width: 769px) {
    .filters-group__checkbox-1MSu0 {
        padding-top:0;
        padding-bottom: 10px
    }
}

@media only screen and (min-width: 769px) {
    .filters-group__checkboxes-1HCjF {
        display:grid;
        grid-template-rows: repeat(4,1fr);
        grid-auto-flow: column;
        column-gap: 5px
    }
}

.separator-1weMv {
    width: 100%;
    height: 1px;
    margin: 0;
    border: none;
    background: #999
}

.buttons-group__cta-15B1e {
    max-width: none;
    margin-bottom: 10px
}

@media only screen and (min-width: 769px) {
    .buttons-group__cta--mobile-only-1DSlN {
        display:none
    }
}

@media only screen and (min-width: 769px) {
    .buttons-group-Uh3HX {
        display:flex;
        justify-content: flex-end;
        padding: 0 2px 5px;
        margin-bottom: 0
    }
}

.modal-header-3zghm {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 5px;
    margin: 0 -15px;
    border-bottom: 1px solid #999
}

.modal-header__title-3Zx_M {
    display: flex;
    flex-flow: row wrap;
    padding-right: 15px;
    outline: none;
    cursor: pointer
}

.modal-header-3zghm.is-sticky-rJBO7 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px 30px;
    background-color: #f5f5f5
}

@media only screen and (min-width: 769px) {
    .modal-header-3zghm {
        display:none
    }
}

.header-tSLZN {
    display: block;
    z-index: 100
}

.header-tSLZN,.header__subnavigation-1uiPd {
    position: relative
}

.section-links-3iwmW {
    display: block
}

.notification-bar-2OLVD {
    position: relative;
    z-index: 101;
    overflow-y: scroll;
    width: calc(100vw + 50px);
    padding-right: 50px
}

.notification-bar__container-1Muez {
    display: flex;
    align-items: center;
    padding: 10px;
    line-height: 1.2
}

.notification-bar__text-ZxzJd {
    display: flex;
    flex-direction: column;
    width: calc(100% - 12px);
    padding-left: 12px
}

.notification-bar__text-ZxzJd p {
    margin: 0;
    line-height: inherit
}

.notification-bar__text--left-3i25J {
    align-items: flex-start
}

.notification-bar__text--center-1w8gn {
    align-items: center
}

.notification-bar__icon-wrapper-1N1kx {
    height: 100%;
    padding: 0
}

.notification-bar__icon-3aBBb {
    display: inline-block;
    justify-content: flex-end;
    width: 12px;
    height: 12px;
    cursor: pointer
}

.notification-bar--bg-red--bEwu {
    background-color: #910a2d;
    color: #fff;
    fill: #fff
}

.notification-bar--bg-lightgray-6LRmc {
    background-color: #f5f5f5;
    color: #101010;
    fill: #101010
}

.notification-bar--bg-darkgray-198DZ {
    background-color: #999;
    color: #fff;
    fill: #fff
}

.is-hidden-8Hra4 {
    display: none
}

.navigation-2Q9kR {
    z-index: 100;
    background: #101010
}

.navigation__container-72i93 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px
}

@media only screen and (min-width: 769px) {
    .navigation__container-72i93 {
        justify-content:flex-start
    }
}

.slick-slider {
    box-sizing: border-box;
    width: 100%;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,.slick-prev {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 40px;
    height: 40px;
    outline: none;
    transform: translateY(-50%);
    cursor: pointer
}

@media only screen and (min-width: 992px) {
    .slick-next,.slick-prev {
        width:80px;
        height: 80px
    }
}

.slick-arrow {
    fill: #999
}

.slick-arrow:hover {
    fill: #fff
}

.slick-arrow.slick-prev {
    left: 20px
}

@media only screen and (min-width: 1201px) {
    .slick-arrow.slick-prev {
        left:100px
    }
}

.slick-arrow.slick-next {
    right: 20px
}

@media only screen and (min-width: 1201px) {
    .slick-arrow.slick-next {
        right:100px
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    left: 50%;
    display: flex!important;
    justify-content: center;
    padding: 0;
    margin: 0;
    text-align: center;
    transform: translateX(-50%);
    list-style: none
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 23px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    opacity: 0
}

.slick-dots li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999;
    transform: translate(-50%,-50%);
    cursor: pointer
}

.slick-dots li.slick-active:before {
    width: 12px;
    height: 12px;
    border: 2px solid #999;
    background: none
}

@media only screen and (min-width: 769px) {
    .slick-dots li:hover:before {
        width:12px;
        height: 12px;
        border: 2px solid #999;
        background: none
    }
}

.slick-track {
    display: flex
}

.slick--adaptive-height .slick-track {
    display: block
}

.slick-slide {
    height: auto
}

.slick-slide>div {
    height: 100%
}

.trustpilot-widget-container .row_content {
    padding: 90px 15px;
    max-width: 1200px;
    margin: 0 auto
}

.trustpilot-widget-container .trustpilot-widget {
    width: 100%;
    margin: 0 auto
}

@media only screen and (min-width: 769px) {
    .trustpilot-widget-container .trustpilot-widget {
        width:66.66667%
    }
}

.trustpilot-widget-container.is-full-width .trustpilot-widget {
    width: 100%
}

.storybook-title {
    padding: 40px 0 10px;
    margin-bottom: 30px!important;
    border-bottom: 1px solid #d5d5d5;
    text-transform: none!important
}

.storybook-title--no-margin {
    margin-bottom: 0!important
}

.storybook-subtitle {
    padding: 30px 0 10px;
    margin-bottom: 20px!important;
    border-bottom: 1px solid #d5d5d5;
    text-transform: none!important
}

.storybook-wrapper {
    margin-top: 10px;
    background-color: #d5d5d5
}

.storybook-margin {
    margin-bottom: 20px;
    background-color: #ffc9a3
}

.storybook-padding {
    background-color: #bdcb90
}

.storybook-content {
    background-color: #7cb0bd
}

.lock-wrapper {
    width: 100%;
    height: 100%
}

.title--spacer-xs {
    padding-bottom: 10px
}

.title--spacer-s {
    padding-bottom: 20px
}

.title--spacer-sm {
    padding-bottom: 30px
}

.title--spacer-m {
    padding-bottom: 40px
}

.title--spacer-l {
    padding-bottom: 60px
}

.title--spacer-xl {
    padding-bottom: 80px
}

.title--h1 {
    font-size: 45px
}

.title--h1,.title--h1-responsive {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 7px;
    line-height: 1.29
}

.title--h1-responsive {
    font-size: 28px
}

@media only screen and (min-width: 769px) {
    .title--h1-responsive {
        font-size:45px
    }
}

.title--h1l {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4.58px;
    line-height: 1.32;
    font-size: 25px
}

@media only screen and (min-width: 769px) {
    .title--h1l {
        font-size:34px
    }
}

.title--h1l-responsive {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4.58px;
    line-height: 1.32;
    font-size: 25px
}

@media only screen and (min-width: 769px) {
    .title--h1l-responsive {
        font-size:34px
    }
}

.title--h2 {
    font-size: 26px
}

.title--h2,.title--h2-responsive {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1.3847
}

.title--h2-responsive {
    font-size: 20px
}

@media only screen and (min-width: 769px) {
    .title--h2-responsive {
        font-size:26px
    }
}

.title--h3 {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1.5;
    font-size: 20px
}

.title--h3-responsive,body>#onetrust-consent-sdk #ot-category-title,body>#onetrust-consent-sdk #ot-lst-title h3,body>#onetrust-consent-sdk #ot-pc-title {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1.5;
    font-size: 18px
}

@media only screen and (min-width: 769px) {
    .title--h3-responsive,body>#onetrust-consent-sdk #ot-category-title,body>#onetrust-consent-sdk #ot-lst-title h3,body>#onetrust-consent-sdk #ot-pc-title {
        font-size:20px
    }
}

.title--h3l {
    font-size: 18px
}

.title--h3l,.title--h3l-responsive {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1.5
}

.title--h3l-responsive {
    font-size: 16px
}

@media only screen and (min-width: 769px) {
    .title--h3l-responsive {
        font-size:18px
    }
}

.title--h4 {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1.2;
    font-size: 15px
}

.title--h4-responsive,body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-cat-header,body>#onetrust-consent-sdk .ot-host-hdr h3,body>#onetrust-consent-sdk .ot-host-item .ot-host-name {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1.2;
    font-size: 13px
}

@media only screen and (min-width: 769px) {
    .title--h4-responsive,body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-cat-header,body>#onetrust-consent-sdk .ot-host-hdr h3,body>#onetrust-consent-sdk .ot-host-item .ot-host-name {
        font-size:15px
    }
}

.title--h5 {
    font-size: 18px
}

.title--h5,.title--h5-responsive {
    margin: 0;
    line-height: 1.4445;
    text-transform: none;
    letter-spacing: normal
}

.title--h5-responsive {
    font-size: 16px
}

@media only screen and (min-width: 769px) {
    .title--h5-responsive {
        font-size:18px
    }
}

.title--h6 {
    font-size: 13px
}

.title--h6,.title--h6-responsive {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2
}

.title--h6-responsive {
    font-size: 12px
}

@media only screen and (min-width: 769px) {
    .title--h6-responsive {
        font-size:13px
    }
}

.text--spacer-xs {
    padding-bottom: 10px
}

.text--spacer-s {
    padding-bottom: 20px
}

.text--spacer-sm {
    padding-bottom: 30px
}

.text--spacer-m {
    padding-bottom: 40px
}

.text--spacer-l {
    padding-bottom: 60px
}

.text--spacer-xl {
    padding-bottom: 80px
}

.text--p1,body>#onetrust-consent-sdk #ot-pc-desc,body>#onetrust-consent-sdk .ot-host-item .ot-host-desc,body>#onetrust-consent-sdk .ot-host-item .ot-host-expand,body>#onetrust-consent-sdk .ot-host-item a {
    margin: 0;
    line-height: 1.3;
    font-size: 16px
}

.text--p2,body>#onetrust-consent-sdk .ot-acc-txt p,body>#onetrust-consent-sdk .ot-category-desc,body>#onetrust-consent-sdk .ot-host-hdr h4,body>#onetrust-consent-sdk .ot-link-btn {
    margin: 0;
    line-height: 1.3;
    font-size: 14px
}

.text--p3 {
    margin: 0;
    font-size: 12px
}

.text--p3,.text-crop-1 {
    line-height: 1.3
}

.title-block--spacer-xs h1 {
    padding-bottom: 10px
}

.title-block--spacer-s h1 {
    padding-bottom: 20px
}

.title-block--spacer-sm h1 {
    padding-bottom: 30px
}

.title-block--spacer-m h1 {
    padding-bottom: 40px
}

.title-block--spacer-l h1 {
    padding-bottom: 60px
}

.title-block--spacer-xl h1 {
    padding-bottom: 80px
}

.title-block--spacer-l h1:last-child,.title-block--spacer-m h1:last-child,.title-block--spacer-s h1:last-child,.title-block--spacer-xl h1:last-child {
    padding-bottom: 0
}

.title-block--spacer-xs h2 {
    padding-bottom: 10px
}

.title-block--spacer-s h2 {
    padding-bottom: 20px
}

.title-block--spacer-sm h2 {
    padding-bottom: 30px
}

.title-block--spacer-m h2 {
    padding-bottom: 40px
}

.title-block--spacer-l h2 {
    padding-bottom: 60px
}

.title-block--spacer-xl h2 {
    padding-bottom: 80px
}

.title-block--spacer-l h2:last-child,.title-block--spacer-m h2:last-child,.title-block--spacer-s h2:last-child,.title-block--spacer-xl h2:last-child {
    padding-bottom: 0
}

.title-block--spacer-xs h3 {
    padding-bottom: 10px
}

.title-block--spacer-s h3 {
    padding-bottom: 20px
}

.title-block--spacer-sm h3 {
    padding-bottom: 30px
}

.title-block--spacer-m h3 {
    padding-bottom: 40px
}

.title-block--spacer-l h3 {
    padding-bottom: 60px
}

.title-block--spacer-xl h3 {
    padding-bottom: 80px
}

.title-block--spacer-l h3:last-child,.title-block--spacer-m h3:last-child,.title-block--spacer-s h3:last-child,.title-block--spacer-xl h3:last-child {
    padding-bottom: 0
}

.title-block--spacer-xs h4 {
    padding-bottom: 10px
}

.title-block--spacer-s h4 {
    padding-bottom: 20px
}

.title-block--spacer-sm h4 {
    padding-bottom: 30px
}

.title-block--spacer-m h4 {
    padding-bottom: 40px
}

.title-block--spacer-l h4 {
    padding-bottom: 60px
}

.title-block--spacer-xl h4 {
    padding-bottom: 80px
}

.title-block--spacer-l h4:last-child,.title-block--spacer-m h4:last-child,.title-block--spacer-s h4:last-child,.title-block--spacer-xl h4:last-child {
    padding-bottom: 0
}

.title-block--spacer-xs h5 {
    padding-bottom: 10px
}

.title-block--spacer-s h5 {
    padding-bottom: 20px
}

.title-block--spacer-sm h5 {
    padding-bottom: 30px
}

.title-block--spacer-m h5 {
    padding-bottom: 40px
}

.title-block--spacer-l h5 {
    padding-bottom: 60px
}

.title-block--spacer-xl h5 {
    padding-bottom: 80px
}

.title-block--spacer-l h5:last-child,.title-block--spacer-m h5:last-child,.title-block--spacer-s h5:last-child,.title-block--spacer-xl h5:last-child {
    padding-bottom: 0
}

.title-block--spacer-xs h6 {
    padding-bottom: 10px
}

.title-block--spacer-s h6 {
    padding-bottom: 20px
}

.title-block--spacer-sm h6 {
    padding-bottom: 30px
}

.title-block--spacer-m h6 {
    padding-bottom: 40px
}

.title-block--spacer-l h6 {
    padding-bottom: 60px
}

.title-block--spacer-xl h6 {
    padding-bottom: 80px
}

.title-block--spacer-l h6:last-child,.title-block--spacer-m h6:last-child,.title-block--spacer-s h6:last-child,.title-block--spacer-xl h6:last-child {
    padding-bottom: 0
}

.title-block h1 {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 7px;
    line-height: 1.29;
    font-size: 45px
}

.title-block h2 {
    line-height: 1.3847;
    font-size: 26px
}

.title-block h2,.title-block h3 {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em
}

.title-block h3 {
    line-height: 1.5;
    font-size: 20px
}

.title-block h4 {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1.2;
    font-size: 15px
}

.title-block h5 {
    margin: 0;
    line-height: 1.4445;
    text-transform: none;
    letter-spacing: normal;
    font-size: 18px
}

.title-block h6 {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 13px
}

.text-block--gutter-xs p {
    padding-bottom: 10px
}

.text-block--gutter-xs p:last-child {
    padding-bottom: 0
}

.text-block--gutter-s p {
    padding-bottom: 20px
}

.text-block--gutter-s p:last-child {
    padding-bottom: 0
}

.text-block--gutter-sm p {
    padding-bottom: 30px
}

.text-block--gutter-sm p:last-child {
    padding-bottom: 0
}

.text-block--gutter-m p {
    padding-bottom: 40px
}

.text-block--gutter-m p:last-child {
    padding-bottom: 0
}

.text-block--gutter-l p {
    padding-bottom: 60px
}

.text-block--gutter-l p:last-child {
    padding-bottom: 0
}

.text-block--gutter-xl p {
    padding-bottom: 80px
}

.text-block--gutter-none p,.text-block--gutter-xl p:last-child {
    padding-bottom: 0
}

.text-block--gutter-none p:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.text-block--spacer-xs {
    padding-bottom: 10px
}

.text-block--spacer-s {
    padding-bottom: 20px
}

.text-block--spacer-sm {
    padding-bottom: 30px
}

.text-block--spacer-m {
    padding-bottom: 40px
}

.text-block--spacer-l {
    padding-bottom: 60px
}

.text-block--spacer-xl {
    padding-bottom: 80px
}

.text-block--p1 p {
    margin: 0;
    line-height: 1.3;
    font-size: 16px
}

.text-block--p2 p {
    margin: 0;
    line-height: 1.3;
    font-size: 14px
}

.text-block--lineHeight-spatial p {
    line-height: 1.75
}

.alignleft {
    text-align: left
}

.aligncenter {
    text-align: center
}

.alignright {
    text-align: right
}

.alignfull {
    text-align: justify
}

.is-bold {
    font-weight: 700
}

.no-bold {
    font-weight: 400
}

.is-capitalize {
    text-transform: capitalize
}

.is-uppercase {
    text-transform: uppercase
}

.is-lowercase {
    text-transform: lowercase
}

.is-weight-regular {
    font-weight: 400
}

.is-weight-medium {
    font-weight: 500
}

.is-weight-bold {
    font-weight: 700
}

.no-transform {
    text-transform: none
}

body>#onetrust-consent-sdk ol,body>#onetrust-consent-sdk ul {
    position: relative;
    padding-left: 28px;
    list-style: none
}

@media only screen and (min-width: 1024px) {
    body>#onetrust-consent-sdk ol,body>#onetrust-consent-sdk ul {
        margin-bottom:18px
    }
}

body>#onetrust-consent-sdk ol li,body>#onetrust-consent-sdk ul li {
    display: list-item;
    font-size: 16px;
    line-height: 28px
}

@media only screen and (min-width: 1024px) {
    body>#onetrust-consent-sdk ol li,body>#onetrust-consent-sdk ul li {
        padding-bottom:10px
    }
}

body>#onetrust-consent-sdk ol li:before,body>#onetrust-consent-sdk ul li:before {
    position: absolute;
    color: #999;
    transform: translateX(-20px)
}

body>#onetrust-consent-sdk ul li:before {
    content: "\2022";
    font-size: 1.2em
}

body>#onetrust-consent-sdk ol {
    counter-reset: item
}

body>#onetrust-consent-sdk ol li:before {
    content: counter(item) " ";
    counter-increment: item
}

body>#onetrust-consent-sdk p {
    margin: 0 0 28px;
    font-family: mazdatype,helvetica,arial,sans-serif;
    font-size: 16px;
    line-height: 28px
}

body>#onetrust-consent-sdk * {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale!important;
    -webkit-font-smoothing: antialiased!important;
    font-feature-settings: "kern" 1!important;
    font-kerning: normal!important
}

body>#onetrust-consent-sdk #onetrust-banner-sdk {
    position: fixed;
    bottom: 0;
    left: 0;
    max-height: calc(100% - 30px);
    width: 100%;
    overflow: auto;
    background: #3a3d46;
    color: #fff
}

@media only screen and (max-width: 1023px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk {
        width:calc(100% - 30px);
        margin: 15px;
        display: flex;
        height: 100%
    }
}

body>#onetrust-consent-sdk #onetrust-banner-sdk:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background-color: #3a3d46;
    opacity: .7
}

@media only screen and (max-width: 1023px)and (min-height:520px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk>div[role=alertdialog] {
        display:flex;
        height: 100%
    }
}

body>#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
    padding: 80px 20px
}

@media only screen and (max-width: 1023px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
        position:relative;
        padding: 40px 15px;
        padding-bottom: 150px
    }
}

@media only screen and (max-width: 1023px)and (min-height:520px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
        display:flex;
        flex-direction: column;
        height: 100%
    }
}

@media only screen and (max-width: 1023px)and (min-height:520px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container {
        display:flex;
        flex-direction: column;
        width: 100%;
        flex-grow: 1
    }
}

@media only screen and (max-width: 1023px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container {
        width:100%
    }
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy {
    margin: 0
}

@media only screen and (min-width: 1024px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy {
        margin-left:35px
    }
}

@media only screen and (max-width: 1023px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy {
        display:flex;
        flex-direction: column
    }
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-title {
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 18px
}

@media only screen and (max-width: 1023px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-title {
        flex:0 0 auto;
        padding-bottom: 15px;
        font-size: 16px
    }
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text {
    width: 100%;
    padding-top: 30px;
    padding-right: 60px;
    margin: 0;
    font-size: 16px;
    line-height: 1.3
}

@media only screen and (max-width: 1023px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text {
        flex:1 1 auto;
        padding-right: 0;
        overflow: auto;
        padding-top: 0
    }
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text>ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-left: 20px;
    list-style-type: none
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text>ul li {
    padding-right: 60px
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a {
    margin: 0 15px
}

@media only screen and (max-width: 1023px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a {
        z-index:2;
        margin: 0
    }

    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:first-of-type,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:last-of-type {
        position: absolute;
        left: 50%;
        max-height: 45px;
        transform: translateX(-50%)
    }

    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:first-of-type {
        bottom: 95px
    }

    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:last-of-type {
        bottom: 40px
    }
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
    padding: 0;
    margin: 20px 0
}

@media only screen and (max-width: 1023px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
        position:unset;
        flex-shrink: 0;
        width: 100%;
        margin-bottom: 0;
        transform: unset
    }
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group button {
    margin: 0!important;
    min-width: 0!important
}

@media only screen and (min-width: 1024px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group {
        align-items:flex-start
    }
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,body>#onetrust-consent-sdk #onetrust-banner-sdk a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 100%;
    min-height: 45px;
    padding: 5px 24px;
    margin: 0;
    overflow: hidden;
    border: none!important;
    border-radius: 3px;
    background-color: transparent;
    color: #101010;
    font-family: mazdatype,helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1072em;
    transition: color .2s,background-color .2s;
    cursor: pointer;
    position: relative;
    width: max-content;
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
    color: #fff
}

@media only screen and (min-width: 1024px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,body>#onetrust-consent-sdk #onetrust-banner-sdk a {
        max-width:366px
    }
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:after,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:after,body>#onetrust-consent-sdk #onetrust-banner-sdk a:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: transform .2s,background-color .2s;
    transition-delay: .1s;
    transition-timing-function: cubic-bezier(.86,0,.07,1);
    will-change: background-color
}

@media only screen and (min-width: 992px) {
    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:hover,body>#onetrust-consent-sdk #onetrust-banner-sdk a:hover {
        color:#999
    }

    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover:after,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:hover:after,body>#onetrust-consent-sdk #onetrust-banner-sdk a:hover:after {
        transform: translate(-50%,-4px)
    }
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:active,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:active,body>#onetrust-consent-sdk #onetrust-banner-sdk a:active {
    color: #999
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:active:after,body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:active:after,body>#onetrust-consent-sdk #onetrust-banner-sdk a:active:after {
    transform: translate(-50%,-4px)
}

#ot-sdk-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 100%;
    min-height: 45px;
    padding: 5px 24px;
    margin: 0;
    overflow: hidden;
    border: none!important;
    border-radius: 3px;
    background-color: transparent;
    color: #101010;
    font-family: mazdatype,helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1072em;
    transition: color .2s,background-color .2s;
    cursor: pointer;
    background-color: #101010!important;
    color: #fff!important
}

@media only screen and (min-width: 1024px) {
    #ot-sdk-btn {
        max-width:366px
    }
}

@media only screen and (min-width: 992px) {
    #ot-sdk-btn:hover {
        background-color:#910a2d!important
    }
}

#ot-sdk-btn:active {
    background-color: #910a2d!important
}

#ot-sdk-cookie-policy a,.ot-sdk-cookie-policy a {
    background: none!important;
    font-size: 16px!important
}

#ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy p,.ot-sdk-cookie-policy #cookie-policy-description,.ot-sdk-cookie-policy p {
    line-height: 28px!important
}

#ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy h5,.ot-sdk-cookie-policy h3,.ot-sdk-cookie-policy h4,.ot-sdk-cookie-policy h5 {
    font-weight: 400!important
}

#ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group,.ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group {
    text-transform: uppercase
}

#ot-sdk-cookie-policy ul,.ot-sdk-cookie-policy ul {
    list-style-type: none!important
}

#ot-sdk-cookie-policy ul.cookies-list,.ot-sdk-cookie-policy ul.cookies-list {
    margin-left: 25px
}

#ot-sdk-cookie-policy ul.cookies-list li:before,.ot-sdk-cookie-policy ul.cookies-list li:before {
    content: "\2022";
    font-size: inherit
}

#ot-sdk-cookie-policy table,.ot-sdk-cookie-policy table {
    padding-bottom: 40px!important;
    border: none!important
}

#ot-sdk-cookie-policy table a,.ot-sdk-cookie-policy table a {
    text-decoration: none!important
}

#ot-sdk-cookie-policy table li,.ot-sdk-cookie-policy table li {
    margin-bottom: 10px!important
}

#ot-sdk-cookie-policy table li:last-of-type,.ot-sdk-cookie-policy table li:last-of-type {
    margin-bottom: 0!important
}

#ot-sdk-cookie-policy table li:before,.ot-sdk-cookie-policy table li:before {
    content: none
}

#ot-sdk-cookie-policy thead,.ot-sdk-cookie-policy thead {
    background-color: transparent!important
}

#ot-sdk-cookie-policy td,.ot-sdk-cookie-policy td {
    width: 33%!important;
    border-bottom: 1px solid #d5d5d5!important;
    border-right: none!important;
    font-size: 16px!important
}

#ot-sdk-cookie-policy th,.ot-sdk-cookie-policy th {
    border-right: none!important
}

#ot-sdk-cookie-policy th.ot-table-header,.ot-sdk-cookie-policy th.ot-table-header {
    background-color: transparent!important;
    font-size: inherit!important
}

body>#onetrust-consent-sdk #onetrust-pc-sdk {
    width: 60%;
    max-width: 992px
}

body>#onetrust-consent-sdk #accept-recommended-btn-handler,body>#onetrust-consent-sdk #filter-apply-handler,body>#onetrust-consent-sdk #filter-cancel-handler,body>#onetrust-consent-sdk .ot-btn-container button,body>#onetrust-consent-sdk .ot-pc-refuse-all-handler,body>#onetrust-consent-sdk .save-preference-btn-handler {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 100%;
    min-height: 45px;
    padding: 5px 24px;
    margin: 0;
    overflow: hidden;
    border: none!important;
    border-radius: 3px;
    background-color: transparent;
    color: #101010;
    font-family: mazdatype,helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1072em;
    transition: color .2s,background-color .2s;
    cursor: pointer;
    background-color: #101010!important;
    color: #fff!important;
    letter-spacing: 2.6px
}

@media only screen and (min-width: 1024px) {
    body>#onetrust-consent-sdk #accept-recommended-btn-handler,body>#onetrust-consent-sdk #filter-apply-handler,body>#onetrust-consent-sdk #filter-cancel-handler,body>#onetrust-consent-sdk .ot-btn-container button,body>#onetrust-consent-sdk .ot-pc-refuse-all-handler,body>#onetrust-consent-sdk .save-preference-btn-handler {
        max-width:366px
    }
}

@media only screen and (min-width: 992px) {
    body>#onetrust-consent-sdk #accept-recommended-btn-handler:hover,body>#onetrust-consent-sdk #filter-apply-handler:hover,body>#onetrust-consent-sdk #filter-cancel-handler:hover,body>#onetrust-consent-sdk .ot-btn-container button:hover,body>#onetrust-consent-sdk .ot-pc-refuse-all-handler:hover,body>#onetrust-consent-sdk .save-preference-btn-handler:hover {
        background-color:#910a2d!important
    }
}

body>#onetrust-consent-sdk #accept-recommended-btn-handler:active,body>#onetrust-consent-sdk #filter-apply-handler:active,body>#onetrust-consent-sdk #filter-cancel-handler:active,body>#onetrust-consent-sdk .ot-btn-container button:active,body>#onetrust-consent-sdk .ot-pc-refuse-all-handler:active,body>#onetrust-consent-sdk .save-preference-btn-handler:active {
    background-color: #910a2d!important
}

@media only screen and (max-width: 1023px) {
    body>#onetrust-consent-sdk #ot-pc-content {
        margin-left:15px;
        padding-right: 3px;
        width: calc(100% - 20px)
    }
}

body>#onetrust-consent-sdk .ot-btn-container {
    padding-bottom: 20px;
    padding-right: 15px
}

body>#onetrust-consent-sdk .ot-btn-container button {
    margin-right: 15px;
    margin-top: 20px
}

@media only screen and (max-width: 1023px) {
    body>#onetrust-consent-sdk .ot-btn-container {
        width:calc(100% - 30px)!important;
        margin: 0!important;
        padding: 1px 15px 20px!important
    }
}

body>#onetrust-consent-sdk .ot-pc-header {
    border-bottom: none
}

body>#onetrust-consent-sdk .ot-pc-header .ot-pc-logo {
    display: none
}

body>#onetrust-consent-sdk #ot-category-title,body>#onetrust-consent-sdk #ot-lst-title h3,body>#onetrust-consent-sdk #ot-pc-title {
    padding-bottom: 20px;
    color: inherit!important
}

body>#onetrust-consent-sdk #ot-lst-title h3 {
    padding-left: 15px
}

body>#onetrust-consent-sdk #ot-pc-desc {
    padding-bottom: 40px;
    color: inherit!important
}

body>#onetrust-consent-sdk #ot-category-title {
    padding-top: 50px
}

body>#onetrust-consent-sdk .ot-acc-txt p,body>#onetrust-consent-sdk .ot-category-desc,body>#onetrust-consent-sdk .ot-host-hdr h4,body>#onetrust-consent-sdk .ot-link-btn {
    font-size: 14px!important
}

body>#onetrust-consent-sdk .ot-link-btn {
    text-decoration: underline
}

body>#onetrust-consent-sdk .ot-category-desc,body>#onetrust-consent-sdk .ot-hlst-cntr {
    padding-left: 70px!important;
    padding-right: 45px!important;
    width: auto!important
}

@media only screen and (min-width: 1024px) {
    body>#onetrust-consent-sdk .ot-category-desc,body>#onetrust-consent-sdk .ot-hlst-cntr {
        padding-left:100px!important
    }
}

body>#onetrust-consent-sdk .ot-host-opt li>div div {
    font-size: 14px
}

body>#onetrust-consent-sdk .ot-plus-minus {
    top: 0;
    order: 3;
    margin: 0 10px
}

body>#onetrust-consent-sdk .ot-plus-minus span {
    background: #999
}

body>#onetrust-consent-sdk .ot-plus-minus span:first-of-type {
    top: 0;
    bottom: 0;
    left: 49%;
    width: 1px
}

body>#onetrust-consent-sdk .ot-plus-minus span:last-of-type {
    top: 49%;
    right: 0;
    left: 0;
    height: 1px
}

@media only screen and (min-width: 1024px) {
    body>#onetrust-consent-sdk .ot-plus-minus {
        margin:0
    }
}

body>#onetrust-consent-sdk .ot-cat-item button:active,body>#onetrust-consent-sdk .ot-cat-item button:focus,body>#onetrust-consent-sdk button.ot-host-box:active,body>#onetrust-consent-sdk button.ot-host-box:focus {
    outline: none!important
}

body>#onetrust-consent-sdk .ot-cat-item button~* .ot-cat-header,body>#onetrust-consent-sdk button.ot-host-box~* .ot-cat-header {
    color: #999!important
}

body>#onetrust-consent-sdk .ot-cat-item button[aria-expanded=true]~* .ot-plus-minus span,body>#onetrust-consent-sdk button.ot-host-box[aria-expanded=true]~* .ot-plus-minus span {
    background: #910a2d
}

body>#onetrust-consent-sdk .ot-cat-item button[aria-expanded=true]~* .ot-cat-header,body>#onetrust-consent-sdk .ot-cat-item button[aria-expanded=true]~* .ot-category-desc,body>#onetrust-consent-sdk .ot-cat-item button[aria-expanded=true]~* .ot-link-btn,body>#onetrust-consent-sdk button.ot-host-box[aria-expanded=true]~* .ot-cat-header,body>#onetrust-consent-sdk button.ot-host-box[aria-expanded=true]~* .ot-category-desc,body>#onetrust-consent-sdk button.ot-host-box[aria-expanded=true]~* .ot-link-btn {
    color: #101010!important
}

body>#onetrust-consent-sdk .ot-cat-item button[aria-expanded=true]~.ot-acc-hdr,body>#onetrust-consent-sdk button.ot-host-box[aria-expanded=true]~.ot-acc-hdr {
    padding-bottom: 10px!important
}

body>#onetrust-consent-sdk .ot-cat-item {
    border-left: 0!important;
    border-right: 0!important
}

body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr {
    display: inline-flex;
    align-items: center;
    padding: 35px 0;
    width: 100%
}

body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-cat-header {
    line-height: 26px!important;
    order: 2;
    flex-grow: 2
}

body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active,body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl {
    position: relative!important;
    top: none!important;
    right: 0!important;
    display: flex;
    order: 1;
    width: 100px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    transform: none!important
}

body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active .ot-switch,body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl .ot-switch {
    outline: none
}

body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active input:checked+.ot-switch .ot-switch-nob,body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    border-color: #000;
    background-color: #fff
}

body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active input:checked+.ot-switch .ot-switch-nob:before,body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    background-color: #000
}

@media only screen and (max-width: 1023px) {
    body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active,body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl {
        width:70px
    }
}

body>#onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active {
    line-height: 16px
}

body>#onetrust-consent-sdk .ot-cat-item .ot-acc-txt {
    background: none!important
}

body>#onetrust-consent-sdk .ot-pc-footer {
    border-top: 0
}

body>#onetrust-consent-sdk .ot-pc-footer-logo {
    display: none
}

body>#onetrust-consent-sdk #vendor-search-handler {
    border: none;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0
}

body>#onetrust-consent-sdk .ot-sel-all {
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 15px
}

@media only screen and (min-width: 1024px) {
    body>#onetrust-consent-sdk .ot-sel-all {
        padding-right:22px
    }
}

body>#onetrust-consent-sdk .ot-sel-all .ot-consent-hdr {
    max-width: 100%;
    color: #999!important
}

body>#onetrust-consent-sdk .ot-sel-all .ot-sel-all-chkbox {
    width: auto
}

body>#onetrust-consent-sdk .ot-sel-all .ot-sel-all-chkbox .ot-chkbox {
    position: static!important;
    margin: 0 5px 0 15px
}

@media only screen and (min-width: 1024px) {
    body>#onetrust-consent-sdk .ot-sel-all .ot-sel-all-chkbox .ot-chkbox {
        margin:0 15px
    }
}

@media only screen and (max-width: 1023px) {
    body>#onetrust-consent-sdk #ot-pc-lst {
        bottom:165px
    }
}

body>#onetrust-consent-sdk .ot-host-item {
    padding-right: 0;
    padding-left: 25px
}

body>#onetrust-consent-sdk .ot-host-item:before {
    font-size: inherit!important
}

body>#onetrust-consent-sdk .ot-host-item .ot-host-opts {
    width: calc(100% - 25px)
}

@media only screen and (min-width: 1024px) {
    body>#onetrust-consent-sdk .ot-host-item .ot-host-opts {
        width:calc(100% - 55px)
    }
}

body>#onetrust-consent-sdk .ot-host-item section.ot-acc-hdr {
    display: grid;
    grid-template-columns: 1fr 25px;
    grid-template-areas: "header expander" "header ." "header checkbox"
}

@media only screen and (min-width: 1024px) {
    body>#onetrust-consent-sdk .ot-host-item section.ot-acc-hdr {
        grid-template-columns:1fr 55px
    }
}

body>#onetrust-consent-sdk .ot-host-item section.ot-acc-hdr .ot-host-hdr {
    grid-area: header;
    width: 100%
}

body>#onetrust-consent-sdk .ot-host-item section.ot-acc-hdr .ot-plus-minus {
    grid-area: expander;
    margin: 0!important
}

body>#onetrust-consent-sdk .ot-host-item section.ot-acc-hdr .ot-tgl-cntr {
    position: static!important;
    grid-area: checkbox;
    width: 25px
}

body>#onetrust-consent-sdk .ot-host-item .ot-host-name {
    margin-bottom: 25px!important
}

body>#onetrust-consent-sdk .ot-host-item .ot-host-desc,body>#onetrust-consent-sdk .ot-host-item .ot-host-expand,body>#onetrust-consent-sdk .ot-host-item a {
    font-size: 16px!important;
    line-height: 28px
}

body>#onetrust-consent-sdk .ot-chkbox input,body>#onetrust-consent-sdk .ot-chkbox label:before {
    transform: scale(1.3)
}

body>#onetrust-consent-sdk .ot-chkbox label:before {
    border: 1px solid #d5d5d5;
    outline-width: 0
}

body>#onetrust-consent-sdk .ot-chkbox input:checked~label:before {
    background-color: #000
}

body>#onetrust-consent-sdk .ot-chkbox input[type=checkbox]:focus+label:before {
    outline-width: 0
}

body>#onetrust-consent-sdk #filter-btn-handler {
    background-color: #000
}

body>#onetrust-consent-sdk .ot-fltr-scrlcnt {
    padding-top: 5px
}

body>#onetrust-consent-sdk .ot-fltr-btns {
    margin: 0;
    display: grid;
    grid-gap: 15px;
    padding: 15px 5px 0 15px
}

body>#onetrust-consent-sdk .ot-fltr-btns button {
    margin: 0!important
}

body>#onetrust-consent-sdk #ot-anchor {
    display: none!important
}

.ot--accept-primary #onetrust-banner-sdk #onetrust-accept-btn-handler {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 100%;
    min-height: 45px;
    padding: 5px 24px;
    margin: 0;
    overflow: hidden;
    border: none!important;
    border-radius: 3px;
    background-color: transparent;
    color: #101010;
    font-family: mazdatype,helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1072em;
    transition: color .2s,background-color .2s;
    cursor: pointer;
    background-color: #fff!important
}

@media only screen and (min-width: 1024px) {
    .ot--accept-primary #onetrust-banner-sdk #onetrust-accept-btn-handler {
        max-width:366px
    }
}

@media only screen and (min-width: 992px) {
    .ot--accept-primary #onetrust-banner-sdk #onetrust-accept-btn-handler:hover {
        background-color:#910a2d!important;
        color: #fff!important
    }
}

.ot--accept-primary #onetrust-banner-sdk #onetrust-accept-btn-handler:active {
    background-color: #910a2d!important;
    color: #fff!important
}

.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 100%;
    min-height: 45px;
    padding: 5px 24px;
    margin: 0;
    overflow: hidden;
    border: none!important;
    border-radius: 3px;
    background-color: transparent;
    color: #101010;
    font-family: mazdatype,helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1072em;
    transition: color .2s,background-color .2s;
    cursor: pointer;
    position: relative;
    width: max-content;
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
    color: #fff;
    width: max-content!important
}

@media only screen and (min-width: 1024px) {
    .ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler {
        max-width:366px
    }
}

.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: transform .2s,background-color .2s;
    transition-delay: .1s;
    transition-timing-function: cubic-bezier(.86,0,.07,1);
    will-change: background-color
}

@media only screen and (min-width: 992px) {
    .ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:hover {
        color:#999
    }

    .ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:hover:after {
        transform: translate(-50%,-4px)
    }
}

.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:active {
    color: #999
}

.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:active:after {
    transform: translate(-50%,-4px)
}

.ot--cta-reversed #onetrust-button-group-parent #onetrust-button-group {
    flex-direction: column-reverse!important
}

.ot--inside-iframe #onetrust-consent-sdk #onetrust-banner-sdk {
    top: 0;
    bottom: auto
}

@media only screen and (max-width: 1023px) {
    .ot--inside-iframe #onetrust-consent-sdk #onetrust-banner-sdk {
        height:auto
    }
}

@media only screen and (max-width: 1023px) {
    .ot--cta-mobile-left #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group {
        align-items:start;
        padding-left: 15px
    }
}

@media only screen and (max-width: 1023px) {
    .ot--cta-mobile-left #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:first-of-type,.ot--cta-mobile-left #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:last-of-type {
        left:0;
        transform: translateX(30px)
    }
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body,html {
    height: 100%
}

body {
    position: relative;
    margin: 0;
    overflow-x: hidden;
    background-color: #f5f5f5;
    color: #101010;
    font-family: MazdaType,helvetica,arial,sans-serif;
    font-size: 16px;
    line-height: 1.75;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "kern" 1;
    font-kerning: normal
}

body.lock-scroll {
    overflow: hidden;
    touch-action: none
}

:root {
    --medium-red: #910a2d
}

*,:after,:before {
    box-sizing: border-box
}

blockquote,figure,h1,h2,h3,h4,h5,ol,p,ul {
    margin: 0;
    padding: 0
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,tfoot,thead,time,tr,tt,u,ul,var,video {
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    border: 0
}

section {
    background-color: #f5f5f5
}

sub,sup {
    position: relative;
    left: 2px;
    font-size: 10px;
    letter-spacing: normal
}

sub {
    vertical-align: sub
}

sup {
    vertical-align: top;
    line-height: inherit
}

table {
    border-collapse: collapse
}

tr {
    display: block;
    padding: 40px 0;
    border-bottom: 1px solid #d5d5d5
}

td,th {
    padding-right: 20px
}

li,main {
    display: block
}

h1,h2,h3,h4 {
    font-size: inherit
}

strong {
    font-weight: 700
}

a,button {
    color: inherit;
    transition: .3s
}

a {
    text-decoration: none
}

button {
    overflow: visible;
    border: 0;
    background: none;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border: 0
}

img {
    height: auto;
    max-width: 100%;
    border: 0
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}

ol,ul {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    list-style: none
}

ol li,ul li {
    display: list-item;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 28px
}

ol li:before,ul li:before {
    position: absolute;
    color: #999;
    transform: translateX(-25px)
}

ul li:before {
    content: "\2022";
    font-size: 1.2em
}

ol {
    counter-reset: item
}

ol li:before {
    content: counter(item) " ";
    counter-increment: item
}

p {
    margin: 0 0 28px;
    font-family: mazdatype,helvetica,arial,sans-serif;
    font-size: 16px;
    line-height: 28px
}

.buttons,.feature-header,.main-heading,.pretitle-header,.section-header,.section-header-quote,.section-header-quote-center,.section-header-quote-right,.small-heading,.sub-section-header,.subpage-title,.tout-hader,.tout-header-with-pretitle,h1,h2,h3,h4,h6 {
    font-family: mazdatype,helvetica,arial,sans-serif;
    font-weight: 500;
    letter-spacing: .1072em;
    text-transform: uppercase
}

.main-heading,h1 {
    font-size: 45px;
    line-height: 54px
}

h1 {
    margin-bottom: 40px
}

.small-heading,h2 {
    font-size: 26px;
    line-height: 36px
}

h2 {
    margin-bottom: 40px
}

.subpage-title,h3 {
    font-size: 20px;
    line-height: 1.5
}

h3 {
    margin: 30px 0
}

h4 {
    font-size: 15px;
    line-height: 24px
}

h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400
}

h6 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px
}

.feature-header {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 27px
}

@media only screen and (max-width: 768px) {
    .main-heading {
        font-size:26px;
        line-height: 29px
    }

    .small-heading {
        font-size: 30px;
        line-height: 37px
    }

    .subpage-title {
        font-size: 20px
    }

    .feature-header,.subpage-title {
        line-height: 32px
    }
}

.section-header,.section-header-quote,.section-header-quote-center,.section-header-quote-right {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 25px
}

.section-header-quote,.section-header-quote-center,.section-header-quote-right {
    text-align: left
}

.section-header-quote-center:before,.section-header-quote-right:before,.section-header-quote:before {
    content: "";
    position: relative;
    display: block;
    width: 50px;
    height: 3px;
    margin-bottom: 30px;
    background-color: #101010
}

.section-header-quote-center {
    text-align: center
}

.section-header-quote-center:before {
    margin: 0 auto 30px
}

.section-header-quote-right {
    position: relative;
    padding-top: 30px;
    text-align: right
}

.section-header-quote-right:before {
    position: absolute;
    top: 0;
    right: 0
}

.sub-section-header {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 22px
}

.tout-header-with-pretitle {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 22px
}

.pretitle-header {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 28px
}

.pretitle-header.with-other {
    margin-bottom: 20px
}

.tout-hader {
    font-size: 13px;
    line-height: 20px
}

.form-category-header {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 25px
}

@media only screen and (max-width: 768px) {
    .form-category-header {
        margin-top:45px
    }
}

.buttons {
    font-size: 13px;
    line-height: 20px
}

.field {
    font-size: 13px
}

.field,.field label {
    font-family: mazdatype,helvetica,arial,sans-serif
}

.field label {
    letter-spacing: .1em
}

.field input,.field textarea {
    font-size: 16px
}

.field input,.field p,.field textarea {
    font-family: mazdatype,helvetica,arial,sans-serif
}

.field p {
    color: #101010;
    letter-spacing: 0
}

.mce-scrollable-table {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.mce-collapse-rows-table {
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    .mce-collapse-rows-table tr:first-child {
        padding:0
    }

    .mce-collapse-rows-table td {
        display: block;
        border: 0
    }

    .mce-collapse-rows-table td,.mce-collapse-rows-table td ul li {
        font-size: 14px;
        line-height: 1.5
    }

    .mce-collapse-rows-table td ul:last-child {
        margin-bottom: 0
    }
}

.mce-squash-cols-table {
    width: 100%;
    max-width: 860px;
    margin: 0 auto
}

.mce-squash-cols-table tr {
    display: table-row;
    padding-right: 0
}

.mce-squash-cols-table tr td {
    padding: 10px;
    border: 0;
    line-height: 1.5
}

.mce-squash-cols-table tr td img {
    width: 50px
}

.mce-squash-cols-table tr td:first-child {
    width: 50%
}

@media only screen and (max-width: 768px) {
    .mce-squash-cols-table tr td {
        padding:5px;
        font-size: 14px
    }
}

@keyframes opacityIn {
    0% {
        opacity: 0
    }

    10% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes yTransitionOpacity {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes pulse {
    0% {
        opacity: .25
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .25
    }
}

@keyframes pulse0 {
    0% {
        opacity: 0;
        transform: scale(.7)
    }

    50% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

.proxy-controls {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    left: 10px
}

.proxy-controls button {
    padding: 3px 15px;
    border: 1px solid #910a2d;
    background-color: #910a2d;
    color: #fff
}

.list {
    width: 100%;
    padding: 0;
    margin: 0
}

.list,.list--item {
    text-indent: 0;
    list-style: none
}

.list--item {
    position: relative;
    display: flex;
    padding: 20px 0;
    line-height: normal
}

.list--item:before {
    content: "";
    display: none
}

.list--item a,.list--item p {
    padding: 0;
    margin: 0;
    color: #101010;
    line-height: normal;
    word-wrap: break-word
}

.list--item a:hover {
    text-decoration: underline
}

.list--item i {
    position: relative;
    display: block;
    width: 20px;
    height: 20px
}

.list--item i svg {
    position: absolute;
    top: 0;
    width: 100%;
    fill: #999
}

.list--item-left {
    order: 1;
    min-width: 40px
}

.list--item-content {
    flex: 1 1 auto;
    order: 2
}

.list--item-right {
    order: 3
}

.list--bold-items .list--item a,.list--bold-items .list--item p {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: .1rem
}

.list--border-items .list--item:after {
    content: " ";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #d5d5d5
}

.list--border-items .list--item:last-of-type:before {
    display: none
}

.list--with-limiting-border {
    position: relative
}

.list--with-limiting-border:before {
    content: " ";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #d5d5d5
}

.list--with-limiting-border:after {
    top: auto;
    bottom: 0
}

.list--size-small .list--item {
    padding: 15px 0
}

.list--size-small .list--item a,.list--size-small .list--item p {
    font-size: 12px;
    line-height: 15px
}

.list--size-small .list--item i {
    width: 15px;
    height: 15px
}

.list--size-small .list--item-left {
    min-width: 30px
}

.list--size-medium .list--item {
    padding: 22px 0
}

.list--size-medium .list--item a,.list--size-medium .list--item p {
    line-height: 20px
}

.list--size-medium .list--item i {
    width: 22px;
    height: 22px
}

.list--size-medium .list--item-left {
    min-width: 50px
}

.list--size-large .list--item {
    padding: 28px 0
}

.list--size-large .list--item a,.list--size-large .list--item p {
    line-height: 28px
}

.list--size-large .list--item i {
    width: 28px;
    height: 28px
}

.list--size-large .list--item-left {
    width: 70px
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none
}

.row--bottom {
    align-items: flex-end
}

.row--middle {
    align-items: center
}

.row--center {
    justify-content: center;
    height: 100%
}

.row--gutters {
    margin-right: -15px;
    margin-left: -15px
}

@media only screen and (min-width: 769px) {
    .row--gutters {
        margin:0 -10px
    }
}

.row--gutters>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px
}

@media only screen and (min-width: 769px) {
    .row--gutters>[class*=col-] {
        padding:0 10px
    }
}

.row--reverse {
    flex-direction: row-reverse
}

.col--top {
    align-self: flex-start
}

.col--bottom {
    align-self: flex-end
}

.col--center {
    align-self: center
}

.col-sm-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%
}

.col-sm-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%
}

.col-sm-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%
}

.col-sm-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%
}

.col-sm-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%
}

.col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%
}

.col-sm-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%
}

.col-sm-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%
}

.col-sm-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%
}

.col-sm-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%
}

.col-sm-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%
}

.col-sm-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%
}

.hide-sm {
    display: none
}

.hide-lrg,.hide-med,.show-sm {
    display: block
}

.show-lrg,.show-med {
    display: none
}

@media only screen and (min-width: 769px) {
    .col-med-1 {
        flex:0 0 8.3333333333%;
        width: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-med-2 {
        flex: 0 0 16.6666666667%;
        width: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-med-3 {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .col-med-4 {
        flex: 0 0 33.3333333333%;
        width: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-med-5 {
        flex: 0 0 41.6666666667%;
        width: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-med-6 {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .col-med-7 {
        flex: 0 0 58.3333333333%;
        width: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-med-8 {
        flex: 0 0 66.6666666667%;
        width: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-med-9 {
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .col-med-10 {
        flex: 0 0 83.3333333333%;
        width: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-med-11 {
        flex: 0 0 91.6666666667%;
        width: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-med-12 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 769px)and (max-width:1200px) {
    .hide-sm {
        display:block
    }

    .hide-med {
        display: none
    }

    .hide-lrg {
        display: block
    }

    .show-sm {
        display: none
    }

    .show-med {
        display: block
    }

    .show-lrg {
        display: none
    }
}

@media only screen and (min-width: 1201px) {
    .col-lrg-1 {
        flex:0 0 8.3333333333%;
        width: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lrg-2 {
        flex: 0 0 16.6666666667%;
        width: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lrg-3 {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .col-lrg-4 {
        flex: 0 0 33.3333333333%;
        width: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lrg-5 {
        flex: 0 0 41.6666666667%;
        width: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lrg-6 {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .col-lrg-7 {
        flex: 0 0 58.3333333333%;
        width: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lrg-8 {
        flex: 0 0 66.6666666667%;
        width: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lrg-9 {
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .col-lrg-10 {
        flex: 0 0 83.3333333333%;
        width: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lrg-11 {
        flex: 0 0 91.6666666667%;
        width: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lrg-12 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }

    .hide-med,.hide-sm {
        display: block
    }

    .hide-lrg,.show-med,.show-sm {
        display: none
    }

    .show-lrg {
        display: block
    }
}

.hero-placeholder {
    position: relative;
    height: 80vw;
    background-color: #101010
}

@media only screen and (orientation: landscape) {
    .hero-placeholder.is-large {
        height:60vh;
        padding-top: 0
    }
}

@media only screen and (min-width: 769px) {
    .hero-placeholder.is-large {
        min-height:70vh
    }
}

.hero-placeholder.is-small {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    text-align: center
}

@media only screen and (min-width: 1201px) {
    .hero-placeholder.is-small {
        height:360px
    }
}

.hero-placeholder.is-small:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #fff;
    opacity: .5
}

.hero-placeholder.hero-placeholder--sliding {
    min-height: calc(100vh - 70px)
}

@media only screen and (min-width: 769px) {
    .hero-placeholder.hero-placeholder--sliding {
        min-height:calc(100vh - 120px)
    }
}

.hero-placeholder.is-white:after {
    background-color: #101010
}

.hero-placeholder__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.navigation-placeholder {
    position: relative;
    z-index: 100;
    background: #101010
}

.navigation-placeholder__main-bar {
    height: 70px
}

@media only screen and (min-width: 1201px) {
    .navigation-placeholder__main-bar {
        height:120px
    }
}

.navigation-placeholder__submenu {
    height: 50px;
    border-bottom: 1px solid #fff;
    background-color: #000
}

@media only screen and (min-width: 1201px) {
    .navigation-placeholder__submenu {
        height:75px
    }
}

.navigation-placeholder--mobile .navigation-placeholder__main-bar {
    height: 70px
}

.navigation-placeholder--mobile .navigation-placeholder__submenu {
    display: none
}

.notification-bar-placeholder {
    width: 100%;
    padding: 10px
}

.notification-bar-placeholder__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    padding: 0 12px;
    line-height: 1.2
}

.notification-bar-placeholder p {
    margin: 0;
    line-height: inherit
}

.notification-bar-placeholder * {
    visibility: hidden
}

.notification-bar-placeholder--bg-red {
    background-color: #910a2d;
    color: #fff;
    fill: #fff
}

.notification-bar-placeholder--bg-lightgray {
    background-color: #f5f5f5;
    color: #101010;
    fill: #101010
}

.notification-bar-placeholder--bg-darkgray {
    background-color: #999;
    color: #fff;
    fill: #fff
}

.is-hidden {
    display: none
}

@font-face {
    font-family: MazdaType;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/styles/fonts/MazdaType-Regular.woff2) format("woff2"),url(/assets/styles/fonts/MazdaType-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: MazdaType;
    font-style: normal;
    font-weight: 400;
    src: url(/assets/styles/fonts/MazdaType-Regular.woff2) format("woff2"),url(/assets/styles/fonts/MazdaType-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: MazdaType;
    font-style: normal;
    font-weight: 500;
    src: url(/assets/styles/fonts/MazdaType-Medium.woff2) format("woff2"),url(/assets/styles/fonts/MazdaType-Medium.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: MazdaType;
    font-style: normal;
    font-weight: 700;
    src: url(/assets/styles/fonts/MazdaType-Bold.woff2) format("woff2"),url(/assets/styles/fonts/MazdaType-Bold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: MazdaType;
    font-style: normal;
    font-weight: 700;
    src: url(/assets/styles/fonts/MazdaType-Bold.woff2) format("woff2"),url(/assets/styles/fonts/MazdaType-Bold.woff) format("woff");
    font-display: swap
}

.action-card-3SE1f {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    cursor: pointer
}

.action-card-3SE1f:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    border: 1px solid #999;
    pointer-events: none
}

.action-card-3SE1f:focus {
    outline: none
}

.action-card-3SE1f:focus:after {
    border: 2px solid #101010
}

.action-card-3SE1f.is-light-1HLoQ:after {
    border: 1px solid #d5d5d5
}

.action-card-3SE1f.is-light-1HLoQ:focus:after {
    border: 1px solid #999
}

.action-card-3SE1f.is-selected-19oiA:after {
    border: 2px solid #910a2d
}

.action-card__image-2Kunb {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (min-width: 769px) {
    .action-card__image--wide-3n9vd {
        padding-top:40%
    }
}

.action-card__image-icon-1Dc_B {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%,-50%);
    fill: #fff
}

.action-card__content-3qvqY {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px 20px 0;
    color: #101010;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px
}

.action-card-3SE1f.has-image-3qw-z .card__content-1M6rI {
    padding-top: 15px
}

@media only screen and (min-width: 769px) {
    .action-card-3SE1f.has-image-3qw-z .card__content-1M6rI {
        padding-top:20px
    }
}

.action-card__footer-zdOfj {
    position: relative;
    padding-bottom: 15px
}

.card-header-26i_w {
    margin: 0 -10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media only screen and (max-width: 768px) {
    .card-header-26i_w {
        padding-bottom:15px
    }
}

@media only screen and (min-width: 769px) {
    .card-header-26i_w {
        font-size:15px
    }
}

.card-text-268a- {
    font-size: 12px
}

.card-text-268a- sup {
    top: -5px
}

@media only screen and (max-width: 768px) {
    .card-text-268a- {
        padding-bottom:15px
    }
}

@media only screen and (min-width: 769px) {
    .card-text-268a- {
        font-size:15px
    }
}

.card-text--light-PKk62 {
    color: #999
}

.card-text--brand-3r_TK {
    color: #910a2d
}

.list-Xnt0l {
    padding: 0 0 10px;
    letter-spacing: normal;
    text-align: left;
    font-size: 13px
}

.list--standard-3WpoT {
    line-height: 1.54
}

.list__title-H6OGJ {
    padding-left: 5px;
    color: #999
}

.list-Xnt0l ul {
    margin-bottom: 0
}

.list-Xnt0l ul li {
    position: relative;
    color: #101010;
    font-size: 12px;
    line-height: 1.54;
    letter-spacing: normal
}

@media only screen and (min-width: 769px) {
    .list-Xnt0l ul li {
        font-size:13px
    }
}

.list-Xnt0l ul li:before {
    top: -2px
}

.separator-1I6Yy {
    position: relative;
    padding-bottom: 15px
}

@media only screen and (min-width: 769px) {
    .separator-1I6Yy {
        padding-bottom:20px
    }
}

.separator-1I6Yy:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    margin: 0 auto;
    background-color: #d5d5d5
}

.feature-list-3Ud1r {
    padding-bottom: 15px;
    margin-bottom: -20px;
    text-align: left
}

.feature-list__element-1ymOk {
    padding-bottom: 20px
}

.feature-list__element-label-FUKvQ {
    padding-bottom: 10px;
    color: #999
}

.feature-list__element-value-2qce_ {
    font-size: 13px
}

@media only screen and (min-width: 769px) {
    .feature-list__element-value-2qce_ {
        font-size:15px
    }
}

.checkbox-wrapper-1pVUW {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: left
}

.checkbox-wrapper--static-34QrD {
    position: static;
    padding-bottom: 15px
}

@media only screen and (min-width: 769px) {
    .checkbox-wrapper--static-34QrD {
        padding-bottom:40px
    }
}

.checkbox-wrapper__checkbox-_LEv7 {
    position: absolute;
    top: 10px;
    left: 10px
}

.checkbox-wrapper__title-t64uR {
    display: block;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .06em
}

@media only screen and (min-width: 769px) {
    .checkbox-wrapper__title-t64uR {
        font-size:18px
    }
}

label.checkbox-2YB3O {
    cursor: inherit
}

.slider-7HT-L {
    --card-width: 297px;
    --card-width-small: 195px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: var(--card-width);
    max-width: 100%;
    outline: none
}

@media only screen and (min-width: 769px) {
    .slider-7HT-L {
        --card-width:300px;
        --card-width-small: 205px
    }
}

.slider--theme-dark-3arEI {
    --background-color: #101010
}

.slider--theme-light-2s0Vg {
    --background-color: #fff
}

@media only screen and (min-width: 769px) {
    .slider-7HT-L {
        width:calc(var(--card-width)*2)
    }
}

@media screen and (min-width: 1000px) {
    .slider-7HT-L {
        width:calc(var(--card-width)*3)
    }
}

@media screen and (min-width: 1300px) {
    .slider-7HT-L {
        width:calc(var(--card-width)*4)
    }
}

.slider--is-small-36Eii {
    width: var(--card-width-small)
}

@media screen and (min-width: 500px) {
    .slider--is-small-36Eii {
        width:calc(var(--card-width-small)*2)
    }
}

@media only screen and (min-width: 769px)and (max-width:1200px) {
    .slider--is-small-36Eii {
        width:calc(var(--card-width-small)*3)
    }
}

@media screen and (min-width: 1000px) {
    .slider--is-small-36Eii {
        width:calc(var(--card-width-small)*4)
    }
}

@media screen and (min-width: 1300px) {
    .slider--is-small-36Eii {
        width:calc(var(--card-width-small)*6)
    }
}

.slider--is-fit-eGp3E {
    width: 100%
}

.slider__viewport-3BJI4 {
    overflow: visible;
    transition: transform 1s ease
}

.slider__viewport--is-transformed-right-AFLzi {
    transform: translateX(-50px)
}

.slider__viewport--is-transformed-left-2mfIb {
    transform: translateX(50px)
}

.slider__container-1y-zq {
    display: flex
}

.slider__slide-3hd_c {
    position: relative;
    flex-shrink: 0;
    width: var(--card-width);
    max-width: 100%;
    padding: 0 10px;
    transition: opacity .6s
}

@media only screen and (min-width: 769px) {
    .slider__slide-3hd_c {
        padding:0 15px
    }
}

.slider__slide-3hd_c:before {
    content: "";
    position: absolute;
    right: 10px;
    left: 10px;
    z-index: 1;
    display: block;
    height: 100%;
    background-color: var(--background-color);
    opacity: .7;
    transition: opacity .5s
}

@media only screen and (min-width: 769px) {
    .slider__slide-3hd_c:before {
        right:15px;
        left: 15px
    }
}

.slider__slide--is-selected-yoSDr:before {
    z-index: -1;
    opacity: 0
}

.slider--is-small-36Eii .slider__slide-3hd_c {
    width: var(--card-width-small)
}

.slider--is-wide-1hjwW .slider__slide-3hd_c {
    width: 100%
}

@media only screen and (min-width: 769px) {
    .slider--is-wide-1hjwW .slider__slide-3hd_c {
        width:50%
    }
}

.slider--is-fit-eGp3E .slider__slide-3hd_c {
    width: 100%
}

@media only screen and (min-width: 769px) {
    .slider--is-fit-eGp3E .slider__slide-3hd_c {
        width:50%
    }
}

.slider__viewport--is-transformed-PKQRW .slider__slide-3hd_c:not(.slider__slide--is-selected-yoSDr) {
    opacity: .3
}

.slider--secondary-3N8gU {
    width: 100%
}

.slider--secondary-3N8gU .slider__viewport-3BJI4 {
    width: 90%
}

.slider--secondary-3N8gU .slider__slide-3hd_c {
    padding: 0;
    padding-right: 5px;
    width: 100%
}

.slider--secondary-3N8gU .slider__slide-3hd_c:after,.slider--secondary-3N8gU .slider__slide-3hd_c:before {
    display: none
}

.slider--secondary-3N8gU .slider__slide-3hd_c:before {
    left: 0
}

.slider--secondary-3N8gU .slider__slide-3hd_c:last-child {
    padding-right: 0
}

@media only screen and (min-width: 769px) {
    .slider--secondary-3N8gU .slider__slide-3hd_c {
        padding-right:15px;
        width: 50%
    }

    .slider--secondary-3N8gU .slider__slide-3hd_c:after,.slider--secondary-3N8gU .slider__slide-3hd_c:before {
        display: block
    }
}

@keyframes CardListFadeIn-3fVgt {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.card-list-34hjx {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    opacity: 0;
    animation: CardListFadeIn-3fVgt .1s .1s forwards
}

.card-list-34hjx.no-spacing-1iXYl {
    padding-bottom: 0
}

@media only screen and (min-width: 769px) {
    .card-list-34hjx.no-spacing-1iXYl {
        margin-bottom:-30px
    }
}

.list-3DocN {
    display: flex;
    overflow-x: auto
}

@media only screen and (min-width: 769px) {
    .list-3DocN {
        flex-wrap:wrap;
        overflow-x: visible;
        justify-content: center;
        margin: 0 -15px
    }
}

.list-3DocN.is-centered-LMD5X {
    justify-content: center
}

.list__item-2senE {
    flex-shrink: 0;
    flex-grow: 0;
    width: 297px;
    padding: 0 10px
}

.list__item-2senE:first-of-type {
    width: 302px;
    padding-left: 15px
}

.list__item-2senE:last-of-type {
    width: 302px;
    padding-right: 15px
}

@media only screen and (min-width: 769px) {
    .list__item-2senE {
        width:307px;
        padding: 0 15px 30px
    }

    .list__item-2senE:first-of-type,.list__item-2senE:last-of-type {
        width: 307px
    }
}

.list__item-2senE.is-small-3IA2g {
    width: 195px
}

.list__item-2senE.is-small-3IA2g:first-of-type {
    width: 200px;
    padding-left: 15px
}

.list__item-2senE.is-small-3IA2g:last-of-type {
    width: 200px;
    padding-right: 15px
}

@media only screen and (min-width: 769px) {
    .list__item-2senE.is-small-3IA2g,.list__item-2senE.is-small-3IA2g:first-of-type,.list__item-2senE.is-small-3IA2g:last-of-type {
        width:205px
    }
}

@media only screen and (min-width: 769px) {
    .list__item-2senE.is-fit-WvzRB {
        width:50%
    }
}

.list--secondary-ygMZC {
    width: 90%;
    margin: 0
}

.list--secondary-ygMZC .list__item-2senE {
    width: 100%;
    padding: 0
}

@media only screen and (min-width: 769px) {
    .list--secondary-ygMZC .list__item-2senE {
        padding-right:15px;
        width: 50%
    }
}

.list-3DocN.is-left-aligned-1z4fi {
    justify-content: start
}

.slider-2kBJS {
    --card-width: 297px;
    --card-width-small: 195px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: var(--card-width);
    max-width: 100%;
    outline: none
}

@media only screen and (min-width: 769px) {
    .slider-2kBJS {
        --card-width:300px;
        --card-width-small: 205px
    }
}

.slider--theme-dark-1JH0s {
    --background-color: #101010
}

.slider--theme-light-1K-p_ {
    --background-color: #fff
}

@media only screen and (min-width: 769px) {
    .slider-2kBJS {
        width:calc(var(--card-width)*2)
    }
}

@media screen and (min-width: 1000px) {
    .slider-2kBJS {
        width:calc(var(--card-width)*3)
    }
}

@media screen and (min-width: 1300px) {
    .slider-2kBJS {
        width:calc(var(--card-width)*4)
    }
}

.slider--is-small-l_ari {
    width: var(--card-width-small)
}

@media screen and (min-width: 500px) {
    .slider--is-small-l_ari {
        width:calc(var(--card-width-small)*2)
    }
}

@media only screen and (min-width: 769px)and (max-width:1200px) {
    .slider--is-small-l_ari {
        width:calc(var(--card-width-small)*3)
    }
}

@media screen and (min-width: 1000px) {
    .slider--is-small-l_ari {
        width:calc(var(--card-width-small)*4)
    }
}

@media screen and (min-width: 1300px) {
    .slider--is-small-l_ari {
        width:calc(var(--card-width-small)*6)
    }
}

.slider--is-fit-1zCl3 {
    width: 100%
}

.slider__viewport-3ghXs {
    overflow: visible;
    transition: transform 1s ease
}

.slider__viewport--is-transformed-right-1BB2W {
    transform: translateX(-50px)
}

.slider__viewport--is-transformed-left-2xH9B {
    transform: translateX(50px)
}

.slider__container-2qz6H {
    display: flex
}

.slider__slide-2QRcn {
    position: relative;
    flex-shrink: 0;
    width: var(--card-width);
    max-width: 100%;
    padding: 0 10px;
    transition: opacity .6s
}

@media only screen and (min-width: 769px) {
    .slider__slide-2QRcn {
        padding:0 15px
    }
}

.slider__slide-2QRcn:before {
    content: "";
    position: absolute;
    right: 10px;
    left: 10px;
    z-index: 1;
    display: block;
    height: 100%;
    background-color: var(--background-color);
    opacity: .7;
    transition: opacity .5s
}

@media only screen and (min-width: 769px) {
    .slider__slide-2QRcn:before {
        right:15px;
        left: 15px
    }
}

.slider__slide--is-selected-13jlS:before {
    z-index: -1;
    opacity: 0
}

.slider--is-small-l_ari .slider__slide-2QRcn {
    width: var(--card-width-small)
}

.slider--is-wide-2yxrE .slider__slide-2QRcn {
    width: 100%
}

@media only screen and (min-width: 769px) {
    .slider--is-wide-2yxrE .slider__slide-2QRcn {
        width:50%
    }
}

.slider--is-fit-1zCl3 .slider__slide-2QRcn {
    width: 100%
}

@media only screen and (min-width: 769px) {
    .slider--is-fit-1zCl3 .slider__slide-2QRcn {
        width:50%
    }
}

.slider__viewport--is-transformed-2-cPk .slider__slide-2QRcn:not(.slider__slide--is-selected-13jlS) {
    opacity: .3
}

.slider--secondary-1RoNv {
    width: 100%
}

.slider--secondary-1RoNv .slider__viewport-3ghXs {
    width: 90%
}

.slider--secondary-1RoNv .slider__slide-2QRcn {
    padding: 0;
    padding-right: 5px;
    width: 100%
}

.slider--secondary-1RoNv .slider__slide-2QRcn:after,.slider--secondary-1RoNv .slider__slide-2QRcn:before {
    display: none
}

.slider--secondary-1RoNv .slider__slide-2QRcn:before {
    left: 0
}

.slider--secondary-1RoNv .slider__slide-2QRcn:last-child {
    padding-right: 0
}

@media only screen and (min-width: 769px) {
    .slider--secondary-1RoNv .slider__slide-2QRcn {
        padding-right:15px;
        width: 50%
    }

    .slider--secondary-1RoNv .slider__slide-2QRcn:after,.slider--secondary-1RoNv .slider__slide-2QRcn:before {
        display: block
    }
}

.arrow-1Sugh {
    position: absolute;
    top: 0;
    z-index: 10;
    display: none;
    width: 1000px;
    height: 100%;
    padding: 0;
    opacity: 1;
    cursor: pointer
}

@media only screen and (min-width: 769px) {
    .arrow-1Sugh {
        display:block
    }
}

.arrow-1Sugh:focus {
    outline: none
}

.arrow--next-kIfT8 {
    left: 100%
}

.arrow--prev-3ilwH {
    right: 100%;
    transform: rotate(-180deg)
}

.arrow--is-hidden-2Qazf {
    display: none
}

@media screen and (min-width: 769px) {
    .arrow-1Sugh:hover .arrow__icon--c90L {
        opacity:1
    }
}

.arrow__icon--c90L {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 22px;
    height: 40px;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .5s;
    stroke: #101010
}

.arrow__icon--c90L>svg {
    height: 100%
}

.arrow--theme-dark-2KCVn .arrow__icon--c90L {
    stroke: #fff
}

.arrow--secondary-3rfU3.arrow--next-kIfT8 {
    left: 90%
}

.pagination-2zIDr {
    position: relative;
    display: flex;
    width: 200px;
    height: 1px;
    padding: 0;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #999
}

.pagination__track-2eqlW {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    margin-top: -1px;
    background-color: #101010;
    transition: transform .3s;
    cursor: pointer
}

.pagination__snap-3-PGi {
    display: flex;
    padding: 0;
    height: 6px;
    margin-top: -3px
}

.pagination__snap-3-PGi,.pagination__track-2eqlW {
    padding: 0
}

.pagination__snap-3-PGi:before,.pagination__track-2eqlW:before {
    content: none
}

.pagination__button-1OUIb {
    padding: 0;
    width: 100%
}

.pagination--theme-dark-1D1Ai {
    background-color: #d5d5d5
}

.pagination--theme-dark-1D1Ai .pagination__track-2eqlW {
    background-color: #fff
}

.slider-128Vc {
    --card-width: 297px;
    --card-width-small: 195px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: var(--card-width);
    max-width: 100%;
    outline: none
}

@media only screen and (min-width: 769px) {
    .slider-128Vc {
        --card-width:300px;
        --card-width-small: 205px
    }
}

.slider--theme-dark-2DNEr {
    --background-color: #101010
}

.slider--theme-light-_v2Cv {
    --background-color: #fff
}

@media only screen and (min-width: 769px) {
    .slider-128Vc {
        width:calc(var(--card-width)*2)
    }
}

@media screen and (min-width: 1000px) {
    .slider-128Vc {
        width:calc(var(--card-width)*3)
    }
}

@media screen and (min-width: 1300px) {
    .slider-128Vc {
        width:calc(var(--card-width)*4)
    }
}

.slider--is-small-Wkvuv {
    width: var(--card-width-small)
}

@media screen and (min-width: 500px) {
    .slider--is-small-Wkvuv {
        width:calc(var(--card-width-small)*2)
    }
}

@media only screen and (min-width: 769px)and (max-width:1200px) {
    .slider--is-small-Wkvuv {
        width:calc(var(--card-width-small)*3)
    }
}

@media screen and (min-width: 1000px) {
    .slider--is-small-Wkvuv {
        width:calc(var(--card-width-small)*4)
    }
}

@media screen and (min-width: 1300px) {
    .slider--is-small-Wkvuv {
        width:calc(var(--card-width-small)*6)
    }
}

.slider--is-fit-1N5KI {
    width: 100%
}

.slider__viewport-14sDR {
    overflow: visible;
    transition: transform 1s ease
}

.slider__viewport--is-transformed-right-3jH4D {
    transform: translateX(-50px)
}

.slider__viewport--is-transformed-left-YvQRQ {
    transform: translateX(50px)
}

.slider__container-3D7FZ {
    display: flex
}

.slider__slide-2JNgT {
    position: relative;
    flex-shrink: 0;
    width: var(--card-width);
    max-width: 100%;
    padding: 0 10px;
    transition: opacity .6s
}

@media only screen and (min-width: 769px) {
    .slider__slide-2JNgT {
        padding:0 15px
    }
}

.slider__slide-2JNgT:before {
    content: "";
    position: absolute;
    right: 10px;
    left: 10px;
    z-index: 1;
    display: block;
    height: 100%;
    background-color: var(--background-color);
    opacity: .7;
    transition: opacity .5s
}

@media only screen and (min-width: 769px) {
    .slider__slide-2JNgT:before {
        right:15px;
        left: 15px
    }
}

.slider__slide--is-selected-2nNhk:before {
    z-index: -1;
    opacity: 0
}

.slider--is-small-Wkvuv .slider__slide-2JNgT {
    width: var(--card-width-small)
}

.slider--is-wide-23yBp .slider__slide-2JNgT {
    width: 100%
}

@media only screen and (min-width: 769px) {
    .slider--is-wide-23yBp .slider__slide-2JNgT {
        width:50%
    }
}

.slider--is-fit-1N5KI .slider__slide-2JNgT {
    width: 100%
}

@media only screen and (min-width: 769px) {
    .slider--is-fit-1N5KI .slider__slide-2JNgT {
        width:50%
    }
}

.slider__viewport--is-transformed-a_Lna .slider__slide-2JNgT:not(.slider__slide--is-selected-2nNhk) {
    opacity: .3
}

.slider--secondary-z67C5 {
    width: 100%
}

.slider--secondary-z67C5 .slider__viewport-14sDR {
    width: 90%
}

.slider--secondary-z67C5 .slider__slide-2JNgT {
    padding: 0;
    padding-right: 5px;
    width: 100%
}

.slider--secondary-z67C5 .slider__slide-2JNgT:after,.slider--secondary-z67C5 .slider__slide-2JNgT:before {
    display: none
}

.slider--secondary-z67C5 .slider__slide-2JNgT:before {
    left: 0
}

.slider--secondary-z67C5 .slider__slide-2JNgT:last-child {
    padding-right: 0
}

@media only screen and (min-width: 769px) {
    .slider--secondary-z67C5 .slider__slide-2JNgT {
        padding-right:15px;
        width: 50%
    }

    .slider--secondary-z67C5 .slider__slide-2JNgT:after,.slider--secondary-z67C5 .slider__slide-2JNgT:before {
        display: block
    }
}

.text-block-H04II {
    text-align: center
}

.text-block-H04II sup {
    top: -3px
}

.text-block--left-L1-Y4 {
    text-align: left
}

.text-block--center-1dg29 {
    text-align: center
}

.text-block--right-2l8Pe {
    text-align: right
}

.text-block--justify-2Fwo6 {
    text-align: justify
}

.text-block__row-f0ST0 {
    justify-content: center
}

.text-block-H04II .full-width-3h-mD {
    max-width: none;
    width: 100%
}

.text-block-H04II .full-width-3h-mD div,.text-block-H04II .full-width-3h-mD table {
    width: 100%!important;
    max-width: 100%!important
}

.text-block-H04II.border-1Aw1W .center-1FwJg {
    position: relative
}

.text-block-H04II.border-1Aw1W .center-1FwJg:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #d5d5d5;
    transform: translateY(-50%)
}

.text-block--in-single-col-flex-3PE_h {
    flex: auto;
    padding-top: 0
}

.text-block--first-RIx5P {
    padding-top: 100px
}

.text-block__number-3dzdA {
    margin-top: 40px
}

.text-block__number-3dzdA.isOffer-3-OhH {
    margin-top: -10px;
    margin-bottom: 40px
}

.text-block__cta-GyPKq {
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 60px
}

.text-block-H04II.form--promo-XJiOF {
    margin-bottom: 0
}

.theme-light-3Toca {
    color: #101010
}

.theme-dark-A-bsJ {
    color: #fff
}

@media only screen and (max-width: 768px) {
    .text-block-H04II.border-1Aw1W {
        border-top:1px solid #d5d5d5
    }

    .text-block-H04II.border-1Aw1W .center-1FwJg:before {
        display: none
    }
}

.__override-text-block-full-header--sub-header {
    padding-bottom: 40px!important;
    font-size: 20px!important;
    font-weight: 500!important;
    line-height: 1.5!important;
    text-transform: uppercase!important;
    letter-spacing: .2em!important
}

.card-slider-wrapper-3CIjb {
    display: flex;
    justify-content: center
}

@keyframes CardSliderFadeIn-276y4 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.card-slider-3hIQn {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    transition: transform .5s;
    opacity: 0;
    animation: CardSliderFadeIn-276y4 .1s .1s forwards
}

.card-slider--no-padding-35zvB {
    margin-bottom: 35px
}

.card-slider--secondary-JPN93 {
    margin-bottom: 70px
}

@media only screen and (min-width: 769px) {
    .card-slider--secondary-JPN93 {
        margin-bottom:90px
    }
}

.disclaimer-overlay-3Xud9 {
    z-index: 98
}

.disclaimer-overlay--is-sticky-G0vhH {
    position: fixed;
    top: 63px;
    left: 0;
    width: 100%
}

@media only screen and (min-width: 811px) {
    .disclaimer-overlay--is-sticky-G0vhH {
        top:36px
    }
}

.disclaimer-overlay--is-without-offset-2Qu6G {
    top: 0
}

.disclaimer-overlay-placeholder--is-hidden-9QS16 {
    display: none
}

.disclaimer-overlay-3Xud9,.disclaimer-overlay-placeholder-38Gyu {
    background-color: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5
}

.disclaimer-overlay-placeholder__header-c4TFA,.disclaimer-overlay__header-3zs8F {
    padding: 28px 10px 0
}

.disclaimer-overlay-placeholder__header-c4TFA p,.disclaimer-overlay__header-3zs8F p {
    font-size: max(4vh,18px);
    line-height: max(5vh,28px)
}

.disclaimer-overlay-placeholder__toggle-2B-TT,.disclaimer-overlay__toggle-2h-aD {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #d5d5d5
}

.disclaimer-overlay-placeholder__body-2a6Lz,.disclaimer-overlay__body-1BK4o {
    padding: 28px 10px 0;
    margin-bottom: -14px
}

.toggle-button-1II_5 {
    position: absolute;
    top: 1px;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 0;
    outline: none;
    border: 1px solid #d5d5d5;
    border-radius: 35px;
    background-color: #fff;
    transform: translateY(-50%);
    cursor: pointer
}

.toggle-button__icon-3OwlJ {
    display: block;
    width: 25px;
    height: 25px;
    transform: rotate(270deg)
}

.toggle-button__icon--is-collapsed-29Mq9 {
    transform: rotate(90deg)
}

.toggle-button__icon-3OwlJ svg {
    display: block;
    width: 25px;
    height: 25px
}

.smooth-toggle-3LvBa {
    overflow: auto;
    transition: max-height .5s
}

.legal-paragraph__copy-3JCg6 {
    display: flex;
    color: #101010
}

.legal-paragraph__number-CHFmx {
    min-width: 24px;
    font-size: 10px;
    font-weight: 700
}

.legal-paragraph__expanded-2pTLm {
    padding-top: 20px
}

.legal-paragraph--light-AAN2Z .legal-paragraph__copy-3JCg6,.legal-paragraph--light-AAN2Z .legal-paragraph__expanded-2pTLm {
    color: #999;
    line-height: 1.75
}

.anchor-1asA3 {
    text-decoration: underline
}

.legal-disclaimer-3taCo {
    padding: 100px 20px;
    border-top: 1px solid #d5d5d5
}

.legal-disclaimer-3taCo a {
    text-decoration: underline
}

.legal-disclaimer-3taCo.hideLineSeparator-1uS3G {
    border-top: none
}

.legal-disclaimer-3taCo.hideSpacing-1qvZN {
    padding: 0 20px
}

.legal-disclaimer--header-1wtsm {
    padding-bottom: 30px
}

.legal-disclaimer--header-1wtsm h2 {
    margin-bottom: 0
}

.legal-disclaimer--children-2BUhw,.legal-disclaimer--children-item-2K6BF {
    display: block
}

.legal-disclaimer--children-item-2K6BF {
    padding-bottom: 40px
}

.legal-disclaimer--children-item-2K6BF:last-of-type {
    padding-bottom: 0
}

@media only screen and (max-width: 768px) {
    .legal-disclaimer-3taCo {
        padding:90px 20px
    }
}

.container-2yLho {
    color: #101010
}

.description-1GISB {
    margin-bottom: 60px
}

.subTitle-R98Pp sup,.title-vBXsI sup {
    top: -3px
}

@media only screen and (max-width: 768px) {
    .subTitle-R98Pp,.title-vBXsI {
        text-align:center
    }
}

@media only screen and (min-width: 769px) {
    .subTitle-R98Pp {
        margin-bottom:40px;
        border-bottom: 1px solid #e7e7e7
    }
}

.price-3uehd {
    margin: 20px 0
}

.divider-3IRqv {
    display: none;
    height: 1px;
    padding: 0;
    border: 0;
    border-color: #d5d5d5;
    border-top: 1px solid;
    background-color: #d5d5d5;
    color: #d5d5d5
}

.bodyDivider-2xG6v {
    display: block;
    margin: 40px 0
}

@media only screen and (min-width: 769px) {
    .bodyDivider-2xG6v {
        display:none
    }
}

.offer-body__price-wrapper-3t6mF {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    gap: 10px
}

.ctas-container-1Z3No {
    display: flex;
    flex-wrap: wrap
}

.ctas-container--body-342Dx {
    justify-content: flex-start
}

.ctas-container--footer-3DbTs {
    justify-content: flex-end;
    margin-bottom: -24px;
    margin-top: 40px
}

@media only screen and (min-width: 769px)and (max-width:1200px) {
    .ctas-container--footer-3DbTs {
        margin-top:23px
    }
}

@media only screen and (min-width: 1201px) {
    .ctas-container--footer-3DbTs {
        margin:0
    }
}

.cta-1GcQD {
    width: 100%;
    text-align: center
}

.cta--body-3jN61:first-child {
    margin-bottom: 18px
}

.cta--body-3jN61:last-child {
    margin-bottom: -17px
}

.cta--footer-2SMB1 {
    flex-direction: row;
    justify-content: center;
    padding-top: 22px;
    border-top: 1px solid #d5d5d5;
    text-align: left
}

.cta--footer-2SMB1:last-child {
    margin-top: 21px
}

@media only screen and (min-width: 769px) {
    .cta-1GcQD {
        width:auto
    }

    .cta--body-3jN61:first-child,.cta--body-3jN61:last-child {
        margin: 0 30px 0 0
    }

    .cta--footer-2SMB1:first-child,.cta--footer-2SMB1:last-child {
        padding: 0;
        margin: 0 0 0 30px;
        border: 0
    }
}

.carousel-arrows__left-arrow-1HGeV,.carousel-arrows__right-arrow-3yCpm {
    position: absolute;
    bottom: 0;
    display: block
}

.carousel-arrows__left-arrow-1HGeV.is-inactive-18e3s,.carousel-arrows__right-arrow-3yCpm.is-inactive-18e3s {
    opacity: .2
}

.carousel-arrows__left-arrow-1HGeV>div,.carousel-arrows__right-arrow-3yCpm>div {
    height: 24px;
    width: 13px
}

.carousel-arrows__right-arrow-3yCpm>div {
    right: 0
}

.carousel-arrows__left-arrow-1HGeV>div {
    left: 0
}

.carousel-pagination-2cKQW ul {
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.carousel-pagination-2cKQW ul li {
    height: 10px;
    width: 18px;
    display: inline-flex;
    align-items: center;
    padding: 0
}

.carousel-pagination-2cKQW ul li a {
    width: 6px;
    height: 6px;
    margin: auto!important;
    border-radius: 50%;
    background-color: #999
}

.carousel-pagination-2cKQW ul li a:hover,.carousel-pagination-2cKQW ul li a[class*=active] {
    width: 10px;
    height: 10px;
    border-color: #fff;
    border-width: 1px;
    background: none
}

.context-navigation-overlay-2ba9a {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #101010;
    opacity: 0;
    transition: opacity .5s,z-index 0s .5s;
    z-index: -999
}

.context-navigation-overlay-2ba9a.is-opened-nmDhB {
    z-index: 100;
    opacity: .8;
    transition: opacity .5s,z-index 0s 0s
}

.context-navigation-overlay-2ba9a.has-no-fade-out-1mc15 {
    transition: none
}

@keyframes navigation-bottom-navi-3QECa {
    0% {
        transform: translateY(0);
        opacity: 0
    }

    50% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes navigation-bottom-navi-vertical-1fzb5 {
    0% {
        margin-right: 60px;
        transform: translateY(100%);
        opacity: 0
    }

    50% {
        transform: translateY(100%);
        opacity: 1
    }

    to {
        margin-right: 60px;
        transform: translate(100%,100%);
        opacity: 0
    }
}

.navigation-bottom-1S51s {
    position: fixed;
    right: 15px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s,z-index 0s .3s;
    pointer-events: none;
    z-index: -999
}

@media only screen and (min-width: 769px) {
    .navigation-bottom-1S51s {
        bottom:75px
    }
}

.navigation-bottom-1S51s .toggle-8aYRR {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.navigation-bottom__shadow-2bl2U {
    right: 0;
    bottom: 0;
    padding-bottom: 45px;
    border-bottom-right-radius: 22.5px
}

.navigation-bottom__shadow--active-1EgEv {
    mask-type: luminance;
    -webkit-mask-image: linear-gradient(0deg,transparent,#000 22.5px);
    mask-image: linear-gradient(0deg,transparent,#000 22.5px)
}

.navigation-bottom-1S51s.is-visible-3fVc4 {
    z-index: 100;
    opacity: 1;
    transition: opacity .3s,z-index 0s 0s
}

.navigation-bottom--vertical-3zIpi {
    bottom: 30px
}

@media only screen and (min-width: 769px) {
    .navigation-bottom--vertical-3zIpi {
        bottom:75px
    }
}

.navigation-bottom__navi-3bmFC {
    padding: 0;
    margin: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 1s,opacity 1s;
    list-style: none
}

.navigation-bottom__navi-3bmFC li {
    padding: 0;
    display: flex;
    justify-content: flex-end
}

.navigation-bottom__navi-3bmFC li:before {
    content: none
}

.navigation-bottom__navi-3bmFC.has-teaser-G1tl2 {
    animation: navigation-bottom-navi-3QECa 2s
}

.navigation-bottom__navi-3bmFC.is-opened-nmDhB {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto
}

.navigation-bottom__navi--vertical-2eVn9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.navigation-bottom__navi--vertical-2eVn9.has-teaser-G1tl2 {
    animation: navigation-bottom-navi-vertical-1fzb5 2s
}

.cta-QpimX {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    margin-left: 10px;
    color: #fff;
    cursor: pointer
}

.cta__label-2SOhN {
    position: relative;
    right: 0;
    margin-right: -25px;
    overflow: hidden
}

.cta__label-2SOhN.is-hidden-21DZy {
    display: none
}

.cta__label-text-37zpJ {
    right: 0;
    padding: 5px 25px 5px 15px;
    border-radius: 25px 0 0 25px;
    white-space: nowrap
}

.cta__icon-2YTR8,.cta__label-text-37zpJ {
    position: relative;
    display: flex;
    align-items: center;
    height: 45px;
    background-color: #910a2d
}

.cta__icon-2YTR8 {
    flex-shrink: 0;
    width: 45px;
    padding: 9.5px;
    border-radius: 50%;
    fill: #fff;
    z-index: 1
}

.cta__icon-2YTR8 svg {
    width: 100%
}

.cta-QpimX.is-active-1yt9u:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    background-color: #fff
}

.cta-QpimX.is-active-1yt9u .cta__label-text-37zpJ {
    border: 1px solid #d5d5d5;
    background-color: #fff;
    color: #910a2d
}

.cta-QpimX.is-active-1yt9u .cta__icon-2YTR8 {
    position: relative;
    top: 1px;
    right: 1px;
    width: 43px;
    height: 43px;
    background-color: #fff;
    fill: #910a2d
}

@keyframes toggle-8aYRR {
    0% {
        background-color: #999;
        transform: rotate(0);
        opacity: 0
    }

    50% {
        background-color: #999;
        transform: rotate(0);
        opacity: 1
    }

    to {
        background-color: #910a2d;
        transform: rotate(135deg)
    }
}

.toggle-8aYRR {
    z-index: -999;
    align-self: flex-end;
    padding: 0;
    margin: 0;
    outline: none;
    opacity: 0;
    transition: opacity .3s,z-index 0s .3s;
    pointer-events: auto
}

.toggle__icon-2QJXM {
    display: block;
    width: 45px;
    height: 45px;
    padding: 5px;
    border-radius: 50%;
    background-color: #910a2d;
    transform: rotate(135deg);
    transition: transform 1s,background-color 1s;
    fill: #fff
}

.toggle__icon-2QJXM.is-opened-nmDhB {
    background-color: #999;
    transform: rotate(0);
    fill: #fff
}

.toggle-8aYRR.has-teaser-G1tl2 .toggle__icon-2QJXM {
    animation: toggle-8aYRR 2s
}

.toggle-8aYRR.is-visible-3fVc4 {
    z-index: 100;
    opacity: 1;
    transition: opacity .3s,z-index 0s 0s
}

.slide-in-KH3IY {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 0s .3s,z-index 0s .3s;
    list-style: none;
    z-index: 0
}

.slide-in-KH3IY.is-slide-1ccwO {
    opacity: 1;
    transition: opacity 0s 0s,z-index 0s .1s;
    pointer-events: auto;
    z-index: 101
}

.slide-in-KH3IY li {
    padding: 0
}

.slide-in-KH3IY li:before {
    content: none
}

.cta-slide-in-1dVQD {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: z-index 0s .3s
}

.cta-slide-in__label-text-3WHjL {
    right: -100%;
    transition: right .5s
}

.cta-slide-in-1dVQD.is-slide-1ccwO {
    z-index: 1;
    transition: z-index 0s 0s
}

.cta-slide-in-1dVQD.is-slide-1ccwO .cta-slide-in__label-text-3WHjL {
    right: 0
}

.navigation-middle-2hemU {
    position: fixed;
    right: 15px;
    bottom: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    height: 0;
    padding: 0;
    margin: 0;
    transform: translateY(50%);
    opacity: 0;
    transition: opacity .3s,z-index 0s .3s;
    list-style: none;
    z-index: -999
}

.navigation-middle-2hemU.is-visible-3fVc4 {
    z-index: 100;
    opacity: 1;
    transition: opacity .3s,z-index 0s 0s
}

.navigation-middle-2hemU li {
    padding: 0
}

.navigation-middle-2hemU li:before {
    content: none
}

@keyframes cta-middle-16H1b {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes cta-middle-label-text-1DSlX {
    0% {
        right: -100%
    }

    30% {
        right: 0
    }

    60% {
        right: 0
    }

    to {
        right: -100%
    }
}

.cta-middle-16H1b {
    position: relative
}

.cta-middle__label-text-2hKlW {
    right: -100%;
    transition: right .5s
}

.cta-middle__label-73E8R {
    max-width: 0;
    transition: max-width 0s .3s
}

.cta-middle__overlay-10PBk {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 45px;
    height: 45px
}

.cta-middle-16H1b.is-slide-1ccwO .cta-middle__label-73E8R,.cta-middle-16H1b:hover .cta-middle__label-73E8R {
    max-width: 100%;
    transition: max-width 0s 0s
}

.cta-middle-16H1b.is-slide-1ccwO .cta-middle__label-text-2hKlW,.cta-middle-16H1b:hover .cta-middle__label-text-2hKlW {
    right: 0
}

.cta-middle-16H1b.is-slide-1ccwO .cta-middle__overlay-10PBk,.cta-middle-16H1b:hover .cta-middle__overlay-10PBk {
    z-index: -999;
    transition: z-index 0s .3s
}

.cta-middle-16H1b.has-teaser-G1tl2 {
    animation: cta-middle-16H1b 1s
}

.cta-middle-16H1b.has-teaser-G1tl2 .cta-middle__label-73E8R {
    max-width: 100%
}

.cta-middle-16H1b.has-teaser-G1tl2 .cta-middle__label-text-2hKlW {
    animation: cta-middle-label-text-1DSlX 2s 1s
}

.selected-model-3fLkY {
    display: flex;
    flex-direction: column;
    align-items: center
}

.selected-model__title-2nEUu {
    padding-bottom: 40px
}

@media only screen and (min-width: 769px) {
    .selected-model__title-2nEUu {
        padding-bottom:60px
    }
}

.selected-model__container-11U_O {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 553px;
    max-width: 100%;
    margin-bottom: 52px
}

@media only screen and (min-width: 769px) {
    .selected-model__container-11U_O {
        flex-direction:row
    }
}

.selected-model-3fLkY .background-theme-light-1NzhI {
    background-color: #fff
}

.selected-model-3fLkY .background-theme-grey-1Bl9T {
    background-color: #f5f5f5
}

.selected-model__item-39Opt {
    position: relative;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 24px 0
}

.selected-model__item-39Opt.has-year-3ZEh5:first-child:after {
    content: " ";
    position: absolute
}

@media only screen and (max-width: 768px) {
    .selected-model__item-39Opt.has-year-3ZEh5:first-child:after {
        bottom:0;
        width: 88%;
        margin: 0 auto;
        border-top: 1px solid #999
    }
}

@media only screen and (min-width: 769px) {
    .selected-model__item-39Opt.has-year-3ZEh5:first-child:after {
        right:0;
        height: 36px;
        margin-top: auto;
        margin-bottom: auto;
        border-left: 1px solid #999
    }
}

.selected-model-3fLkY .vin-title-2eOu8 {
    display: none
}

@media only screen and (min-width: 769px) {
    .selected-model-3fLkY .vin-title-2eOu8 {
        display:block
    }
}

.table-wrapper-21nGw {
    overflow: auto;
    padding-bottom: 40px
}

.table-1O1p0 {
    width: 100%
}

.table-1O1p0 tr {
    min-height: 47px;
    padding: 0;
    border: none
}

.table__description-1HgFI {
    width: 100%;
    min-width: 250px
}

.table__button-ArZLt {
    height: auto;
    white-space: nowrap
}

.item-cta-text-tibQ- {
    line-height: 37px
}

.result__heading-1Lne3 {
    display: flex;
    flex-direction: column;
    align-items: center
}

.result__heading-1Lne3.is-success-1SZD_ {
    color: #3cb878
}

.result__heading-1Lne3.is-warning-1xQAk {
    color: #910a2d
}

.result__heading-icon-1tvj- {
    height: 52px;
    width: 52px;
    margin-bottom: 20px
}

.result__heading-vin-JCp8R {
    padding-bottom: 40px;
    color: #000
}

.result__content-3bpGi {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.result__content-buttons-qA3W9 {
    margin: 40px auto 0;
    width: 100%;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .result__content-buttons-qA3W9 {
        max-width:377px
    }
}

.recall-check__field-2BAel {
    padding-bottom: 30px
}

.recall-check__error-2iNMW {
    display: block;
    color: #910a2d
}

.recall-check__error--small-34tBg {
    font-size: 14px
}